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.
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.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- MEDIUM suspicious endpoint amitpatole/agent-vision 169.254.169.254 (cloud metadata)
resolve_source("http://169.254.169.254/latest/meta-data/", settings=settings) - MEDIUM suspicious endpoint amitpatole/agent-vision 169.254.169.254 (cloud metadata)
resolve_source("http://169.254.169.254/latest/meta-data/", settings=load_settings()) - MEDIUM suspicious endpoint amitpatole/agent-vision 169.254.169.254 (cloud metadata)
r = c.post("/analyze", json={"source": "http://169.254.169.254/latest/meta-data/"}) - MEDIUM suspicious endpoint amitpatole/agent-vision 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/iam/security-credentials/\n#EXT-X-ENDLIST\n" - HIGH committed secret Intellimetrics/llm-council GitHub token
ghp_aa…(40 chars, redacted) - HIGH committed secret Intellimetrics/llm-council Anthropic key
sk-ant…(49 chars, redacted) - MEDIUM suspicious endpoint Intellimetrics/llm-council 169.254.169.254 (cloud metadata)
"http://169.254.169.254/v1", - HIGH dynamic exec Intellimetrics/llm-council __import__ sink
assert __import__("os").environ["OPENROUTER_API_KEY"] == "from-env" - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec(compile(ast.fix_missing_locations(ast.Module(body=body, type_ignores=[])), "core.py", "exec"), namespace) - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec(compile(ast.fix_missing_locations(module), "core.py", "exec"), namespace) - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec(compile(ast.fix_missing_locations(ast.Module(body=body, type_ignores=[])), "core.py", "exec"), namespace) - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec(compile(ast.fix_missing_locations(module), "core.py", "exec"), namespace) - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec( - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec(compile(ast.fix_missing_locations(module), "core.py", "exec"), namespace) - HIGH dynamic exec hullwork/sandbox eval()/exec()
exec(compile(ast.fix_missing_locations(ast.Module(body=body, type_ignores=[])), "core.py", "exec"), namespace)