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 ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata)
url="http://169.254.169.254/latest/meta-data" - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data" - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", - HIGH committed secret ishanbhosale08/Daedalus Slack token
xoxb-f…(16 chars, redacted) - HIGH committed secret ishanbhosale08/Daedalus Anthropic key
sk-ant…(37 chars, redacted) - HIGH dynamic exec ishanbhosale08/Daedalus eval()/exec()
exec(helper_source, namespace) - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 99.64.0.1
"http://99.64.0.1:11434", # first octet wrong - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 100.200.0.1
"http://100.200.0.1:11434", # well outside CGNAT - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 100.128.0.1
"http://100.128.0.1:11434", # just above CGNAT block - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 100.63.255.255
"http://100.63.255.255:11434", # just below CGNAT block - HIGH committed secret ishanbhosale08/Daedalus Google OAuth client secret
GOCSPX…(31 chars, redacted) - HIGH committed secret ishanbhosale08/Daedalus Anthropic key
sk-ant…(33 chars, redacted) - HIGH dynamic exec ishanbhosale08/Daedalus eval()/exec()
exec("def _boom():\n assert False\n_boom()", fake_globals) - MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata)
monkeypatch.setenv("IDENTITY_ENDPOINT", "http://169.254.169.254") - HIGH dynamic exec ishanbhosale08/Daedalus eval()/exec()
exec(compile(open(path).read(), str(path), 'exec'), ns)