Code analysis
static source read inferred
Static code-analysis findings — hidden prompt content in shipped skill files, committed secrets, dynamic-exec sinks, and suspicious call-home endpoints — across the analyzed catalogue. Heuristic, pure, no code executed; every row deep-links to its source. Click a kind to filter.
51197 analyzed
7502 re-analysis due
995 not analyzable
0 not yet analyzed
4849 source gone
not analyzable
795 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- HIGH dynamic exec GrecAndrei/ida-pro-mcp __import__()
module = __import__(import_path, fromlist=["TOOL_CACHE"]) - HIGH dynamic exec GrecAndrei/ida-pro-mcp __import__()
mod = __import__(modname, fromlist=["_tool_cache"]) - HIGH dynamic exec GrecAndrei/ida-pro-mcp __import__()
mod = __import__(name) - MEDIUM over-broad oauth scope GrecAndrei/ida-pro-mcp https://www.googleapis.com/auth/cloud-platform
_CLOUD_PLATFORM_SCOPE = "https://www.googleapis.com/auth/cloud-platform" - HIGH dynamic exec Agripp87/memoria_mcp new Function()
expect(() => new Function(scriptBody)).not.toThrow(); - HIGH committed secret profullstack/bufferoverride GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret profullstack/bufferoverride Anthropic key
sk-ant…(45 chars, redacted) - HIGH committed secret profullstack/bufferoverride Anthropic key
sk-ant…(45 chars, redacted) - MEDIUM suspicious endpoint autkucakan/market-researcher 169.254.169.254 (cloud metadata)
validate_target_url("http://169.254.169.254/latest/meta-data") - MEDIUM suspicious endpoint ccqqder/can2cup t.me
return m ? `https://t.me/${this.botUser}?start=${m[1].toLowerCase()}_${m[2]}` : undefined; - MEDIUM suspicious endpoint ccqqder/can2cup api.telegram.org
const API = "https://api.telegram.org"; - MEDIUM suspicious endpoint ccqqder/can2cup t.me
${tgBot ? `<p class="cap"><strong>Telegram</strong>:<a class="line" style="color:#2aabee" href="https://t.me/${tgBot}?start=getlink">打開 @${tgBot}</a>,它會直接回你一組碼(或自己傳 <code>/link</code>)。</p>` : ""} - MEDIUM suspicious endpoint ccqqder/can2cup t.me
if (h.telegramBot) out.tgUrl = `https://t.me/${h.telegramBot.replace(/^@/, "")}?start=link_${r.code}`; - MEDIUM suspicious endpoint ccqqder/can2cup t.me
if (h.telegramBot) details.tgUrl = `https://t.me/${h.telegramBot.replace(/^@/, "")}?start=link_${r.code}`; - MEDIUM suspicious endpoint ccqqder/can2cup api.telegram.org
const r = await fetch(`https://api.telegram.org/bot${TOKEN}/${method}`, { method: "POST", headers: { "content-type": "application/json; charset=utf-8" }, body: JSON.stringify(body ?? {}) });