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 85% of 59,140 analyzable servers
50022 analyzed
8130 re-analysis due
988 not analyzable
0 not yet analyzed
4803 source gone
not analyzable
789 too large 199 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. HIGH committed secret Avazbek22/DevProjex GitHub token ghp_a7…(40 chars, redacted)
  2. HIGH committed secret Avazbek22/DevProjex Google API key AIzaSy…(39 chars, redacted)
  3. MEDIUM suspicious endpoint smigolsmigol/llmkit api.telegram.org const TELEGRAM_API = 'https://api.telegram.org/bot';
  4. MEDIUM suspicious endpoint smigolsmigol/llmkit api.telegram.org await fetch(`https://api.telegram.org/bot${TG_TOKEN}/sendMessage`, {
  5. HIGH credential in log smigolsmigol/llmkit credential in log console.log({ apiKey });
  6. HIGH dynamic exec feronovak/llm-preflight __import__ sink assert "GEMINI_API_KEY" not in __import__("os").environ
  7. HIGH dynamic exec feronovak/llm-preflight __import__() module = __import__(module_name, fromlist=["*"])
  8. HIGH committed secret rebecazm129-commits/xclaude-gateway Stripe live key sk_liv…(32 chars, redacted)
  9. HIGH committed secret rebecazm129-commits/xclaude-gateway GitHub token ghp_aa…(40 chars, redacted)
  10. HIGH committed secret rebecazm129-commits/xclaude-gateway Anthropic key sk-ant…(52 chars, redacted)
  11. HIGH committed secret rebecazm129-commits/xclaude-gateway OpenAI key sk-AAA…(49 chars, redacted)
  12. HIGH committed secret rebecazm129-commits/xclaude-gateway Anthropic key sk-ant…(45 chars, redacted)
  13. MEDIUM over-broad oauth scope rebecazm129-commits/xclaude-gateway gmail.modify scope: 'https://www.googleapis.com/auth/gmail.modify',
  14. HIGH dynamic exec MarlonJD/web-debug-mcp vm exec vm.runInNewContext(VUE_DEBUG_BRIDGE_SCRIPT, { window: windowValue, Node: FakeNode, Set, Map, WeakMap, Object, Array, JSON, String, Number, Boolean, RegExp });
  15. HIGH obfuscation MarlonJD/web-debug-mcp dynamic require()/import() const module = await import(`data:text/javascript;base64,${Buffer.from(source).toString("base64")}`);