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.
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.
- hidden prompt 338
- committed secret 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- HIGH committed secret Avazbek22/DevProjex GitHub token
ghp_a7…(40 chars, redacted) - HIGH committed secret Avazbek22/DevProjex Google API key
AIzaSy…(39 chars, redacted) - MEDIUM suspicious endpoint smigolsmigol/llmkit api.telegram.org
const TELEGRAM_API = 'https://api.telegram.org/bot'; - MEDIUM suspicious endpoint smigolsmigol/llmkit api.telegram.org
await fetch(`https://api.telegram.org/bot${TG_TOKEN}/sendMessage`, { - HIGH credential in log smigolsmigol/llmkit credential in log
console.log({ apiKey }); - HIGH dynamic exec feronovak/llm-preflight __import__ sink
assert "GEMINI_API_KEY" not in __import__("os").environ - HIGH dynamic exec feronovak/llm-preflight __import__()
module = __import__(module_name, fromlist=["*"]) - HIGH committed secret rebecazm129-commits/xclaude-gateway Stripe live key
sk_liv…(32 chars, redacted) - HIGH committed secret rebecazm129-commits/xclaude-gateway GitHub token
ghp_aa…(40 chars, redacted) - HIGH committed secret rebecazm129-commits/xclaude-gateway Anthropic key
sk-ant…(52 chars, redacted) - HIGH committed secret rebecazm129-commits/xclaude-gateway OpenAI key
sk-AAA…(49 chars, redacted) - HIGH committed secret rebecazm129-commits/xclaude-gateway Anthropic key
sk-ant…(45 chars, redacted) - MEDIUM over-broad oauth scope rebecazm129-commits/xclaude-gateway gmail.modify
scope: 'https://www.googleapis.com/auth/gmail.modify', - 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 }); - HIGH obfuscation MarlonJD/web-debug-mcp dynamic require()/import()
const module = await import(`data:text/javascript;base64,${Buffer.from(source).toString("base64")}`);