CtrlK
BlogDocsLog inGet started
Tessl Logo

top-lean-ai-monitor

Top Lean AI 榜单监控 - 监控 Top Lean AI 榜单的变化,记录更新历史,提供分析报告。

55

Quality

61%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./.trae/openclaw-skills/top-lean-ai-monitor/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W008: Secret detected in skill content (API keys, tokens, passwords).

What this means

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.

Why it was flagged

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.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

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.

Repository
huangruiteng/CS-Notes
Audited
Security analysis
Snyk

Is this your skill?

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.