Top Lean AI 榜单监控 - 监控 Top Lean AI 榜单的变化,记录更新历史,提供分析报告。
55
61%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./.trae/openclaw-skills/top-lean-ai-monitor/SKILL.mdSecurity
1 high severity finding. You should review these findings carefully before considering using this skill.
Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.
I scanned the skill files for high-entropy literal values that could grant access to services. I found a long, non-placeholder Google Sheets publish URL in scripts/top-lean-ai-monitor.py which is a high-entropy identifier that directly provides access to the sheet's CSV export. No API keys, private key blocks, or other high-entropy credentials were present. Other strings (paths like /root or /Users/bytedance, simple example messages, command names, cron expressions, and the leanaileaderboard URL) are not secrets per the rules and were ignored as documentation/configuration values.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
scripts/top-lean-ai-monitor.py loads outsider-authored free text by fetching a public CSV from leanaileaderboard.com/Google Sheets at runtime (requests.get → response.text → csv.reader), then formats fields like “description”/“location” into messages passed to OpenClaw/LLM via the return payload and [OPENCLAW_MESSAGE_SEND] tag.
a2e95c0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.