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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- HIGH dynamic exec jonax1337/rookery-agent new Function()
new Function('require', 'module', 'exports', outputFiles[0].text)( - MEDIUM suspicious endpoint jonax1337/rookery-agent api.telegram.org
const BASE_URL = 'https://api.telegram.org'; - HIGH committed secret stacklok/toolhive private key
PEM private key block (redacted) - HIGH committed secret stacklok/toolhive Slack token
xoxp-s…(17 chars, redacted) - HIGH committed secret GopherSecurity/gopher-mcp private key
PEM private key block (redacted) - HIGH committed secret jgravelle/jcodemunch-mcp GitHub fine-grained PAT
github…(64 chars, redacted) - HIGH committed secret jgravelle/jcodemunch-mcp OpenAI key
sk-pro…(44 chars, redacted) - HIGH committed secret jgravelle/jcodemunch-mcp Anthropic key
sk-ant…(53 chars, redacted) - HIGH committed secret jgravelle/jcodemunch-mcp Anthropic key
sk-ant…(38 chars, redacted) - HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink
env={**__import__("os").environ, **env}, - HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink
monkeypatch.setattr(lic, "_license_key", lambda: __import__("os").environ.get("JCODEMUNCH_LICENSE_KEY", "").strip()) - HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink
__import__("os").path.normcase("A") == "A", - HIGH dynamic exec jgravelle/jcodemunch-mcp __import__()
return __import__(name, *args, **kwargs) - HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink
**{k: v for k, v in __import__("os").environ.items()}, - HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink
env={**__import__("os").environ, "GIT_AUTHOR_NAME": "Test", "GIT_AUTHOR_EMAIL": "test@test.com",