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.
50020 analyzed
8131 re-analysis due
988 not analyzable
1 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
- MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 8.8.8.8
expect(assertSafeUrlSync('https://8.8.8.8/').hostname).toBe('8.8.8.8'); - MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata)
await expect(fetchText('https://169.254.169.254/latest/meta-data/')).rejects.toThrow(UrlGuardError); - MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint oscardvs/zoteus 169.254.169.254 (cloud metadata)
for (const url of ['https://169.254.169.254/cimd', 'https://127.0.0.1/x', 'https://10.0.0.5/x', 'https://[::1]/x']) { - HIGH committed secret piers-fawkes/fodda-mcp Slack token
xoxb-y…(25 chars, redacted) - HIGH committed secret awslabs/cli-agent-orchestrator OpenAI key
sk-AAA…(43 chars, redacted) - HIGH dynamic exec awslabs/cli-agent-orchestrator __import__()
__import__( - HIGH dynamic exec awslabs/cli-agent-orchestrator eval()/exec()
exec(compile(head, str(SCRIPTS_DIR / "hatch_build_tui_tag.py"), "exec"), module) - HIGH dynamic exec awslabs/cli-agent-orchestrator __import__ sink
side_effect=__import__("subprocess").CalledProcessError(1, ["uv", "tool", "dir"]), - HIGH dynamic exec awslabs/cli-agent-orchestrator __import__ sink
env_patch = {k: v for k, v in __import__("os").environ.items() if k != "CAO_SESSION_NAME"} - MEDIUM suspicious endpoint ikenokazuki/Sora 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data', - HIGH committed secret lennix1337/Genexus18MCP OpenAI key
sk-51a…(51 chars, redacted) - HIGH dynamic exec duke5am/mcp-server-starter __import__ sink
args=[__import__("os").path.join(__import__("os").path.dirname(__import__("os").path.dirname(__import__("os").path.abspath(__file__))), "python", "server.py")], - HIGH dynamic exec kalebteccom/browxai new Function()
const fn = new Function("indexedDB", "location", `return ${expr}`);