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.
51192 analyzed
7507 re-analysis due
995 not analyzable
1 not yet analyzed
4848 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 kast-cms/kast 169.254.169.254 (cloud metadata)
['http://169.254.169.254/latest/meta-data/', 'private_address'], - HIGH obfuscation solcreek/creek dynamic require()/import()
const mod = (await import(`${entryPath}?t=${Date.now()}`)) as WorkerModule; - HIGH committed secret solcreek/creek AWS access key id
AKIAZZ…(20 chars, redacted) - HIGH committed secret solcreek/creek Google API key
AIzaSy…(39 chars, redacted) - MEDIUM suspicious endpoint relakeinc/trell 169.254.169.254 (cloud metadata)
["http://169.254.169.254/latest/meta-data/", "url must not point at a private or internal address"], - MEDIUM suspicious endpoint relakeinc/trell 93.184.216.34
"https://93.184.216.34/hook", // public literal IPv4 - MEDIUM suspicious endpoint adelaidasofia/substack-mcp 169.254.169.254 (cloud metadata)
server._validate_url("http://169.254.169.254/latest/meta-data/") - HIGH dynamic exec star-ga/mind-nerve eval()/exec()
exec(compile(ast.Module(body=[fn], type_ignores=[]), "<hook>", "exec"), ns) # noqa: S102 - MEDIUM suspicious endpoint aytzey/paper-pilot 169.254.169.254 (cloud metadata)
paper = PaperRecord(source="t", source_id="1", title="A Paper", pdf_url="http://169.254.169.254/x.pdf") - MEDIUM suspicious endpoint aytzey/paper-pilot 93.184.216.34
_PUBLIC_PDF = "https://93.184.216.34/paper.pdf" - MEDIUM suspicious endpoint aytzey/paper-pilot 169.254.169.254 (cloud metadata)
assert is_public_http_url("http://169.254.169.254/latest/meta-data") is False - MEDIUM suspicious endpoint aytzey/paper-pilot 93.184.216.34
assert is_public_http_url("https://93.184.216.34/paper.pdf") is True - HIGH dynamic exec Jovancoding/Network-AI eval()
eval(userInput); - HIGH dynamic exec All-The-Vibes/ATV-Phoenix eval()/exec()
exec(compile(candidate, str(solution), "exec"), module.__dict__) - HIGH dynamic exec All-The-Vibes/ATV-Phoenix eval()/exec()
exec(skill.source, namespace) # noqa: S102 - the agent's own code