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.

analysis coverage 86% of 59,694 analyzable servers
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.

code findings 15 shown
  1. HIGH dynamic exec GrecAndrei/ida-pro-mcp __import__() module = __import__(import_path, fromlist=["TOOL_CACHE"])
  2. HIGH dynamic exec GrecAndrei/ida-pro-mcp __import__() mod = __import__(modname, fromlist=["_tool_cache"])
  3. HIGH dynamic exec GrecAndrei/ida-pro-mcp __import__() mod = __import__(name)
  4. 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"
  5. HIGH dynamic exec Agripp87/memoria_mcp new Function() expect(() => new Function(scriptBody)).not.toThrow();
  6. HIGH committed secret profullstack/bufferoverride GitHub token ghp_01…(40 chars, redacted)
  7. HIGH committed secret profullstack/bufferoverride Anthropic key sk-ant…(45 chars, redacted)
  8. HIGH committed secret profullstack/bufferoverride Anthropic key sk-ant…(45 chars, redacted)
  9. MEDIUM suspicious endpoint autkucakan/market-researcher 169.254.169.254 (cloud metadata) validate_target_url("http://169.254.169.254/latest/meta-data")
  10. MEDIUM suspicious endpoint ccqqder/can2cup t.me return m ? `https://t.me/${this.botUser}?start=${m[1].toLowerCase()}_${m[2]}` : undefined;
  11. MEDIUM suspicious endpoint ccqqder/can2cup api.telegram.org const API = "https://api.telegram.org";
  12. 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>` : ""}
  13. MEDIUM suspicious endpoint ccqqder/can2cup t.me if (h.telegramBot) out.tgUrl = `https://t.me/${h.telegramBot.replace(/^@/, "")}?start=link_${r.code}`;
  14. MEDIUM suspicious endpoint ccqqder/can2cup t.me if (h.telegramBot) details.tgUrl = `https://t.me/${h.telegramBot.replace(/^@/, "")}?start=link_${r.code}`;
  15. 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 ?? {}) });