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.

analysis coverage 86% of 59,694 analyzable servers
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.

code findings 15 shown
  1. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata) url="http://169.254.169.254/latest/meta-data"
  2. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data"
  3. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data/",
  4. HIGH committed secret ishanbhosale08/Daedalus Slack token xoxb-f…(16 chars, redacted)
  5. HIGH committed secret ishanbhosale08/Daedalus Anthropic key sk-ant…(37 chars, redacted)
  6. HIGH dynamic exec ishanbhosale08/Daedalus eval()/exec() exec(helper_source, namespace)
  7. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 99.64.0.1 "http://99.64.0.1:11434", # first octet wrong
  8. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 100.200.0.1 "http://100.200.0.1:11434", # well outside CGNAT
  9. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 100.128.0.1 "http://100.128.0.1:11434", # just above CGNAT block
  10. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 100.63.255.255 "http://100.63.255.255:11434", # just below CGNAT block
  11. HIGH committed secret ishanbhosale08/Daedalus Google OAuth client secret GOCSPX…(31 chars, redacted)
  12. HIGH committed secret ishanbhosale08/Daedalus Anthropic key sk-ant…(33 chars, redacted)
  13. HIGH dynamic exec ishanbhosale08/Daedalus eval()/exec() exec("def _boom():\n assert False\n_boom()", fake_globals)
  14. MEDIUM suspicious endpoint ishanbhosale08/Daedalus 169.254.169.254 (cloud metadata) monkeypatch.setenv("IDENTITY_ENDPOINT", "http://169.254.169.254")
  15. HIGH dynamic exec ishanbhosale08/Daedalus eval()/exec() exec(compile(open(path).read(), str(path), 'exec'), ns)