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 85% of 59,163 analyzable servers
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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.

code findings 15 shown
  1. HIGH dynamic exec MustafaKemal0146/fetih __import__ sink assert __import__("os").environ["WHATSAPP_REQUIRE_MENTION"] == "true"
  2. MEDIUM suspicious endpoint MustafaKemal0146/fetih api.telegram.org return httpx.Request("GET", f"https://api.telegram.org{path}")
  3. HIGH dynamic exec MustafaKemal0146/fetih __import__ sink assert __import__("os").environ["TELEGRAM_REQUIRE_MENTION"] == "true"
  4. HIGH dynamic exec MustafaKemal0146/fetih eval()/exec() exec(code, mod.__dict__)
  5. MEDIUM suspicious endpoint MustafaKemal0146/fetih 169.254.169.254 (cloud metadata) url="http://169.254.169.254/latest/meta-data"
  6. MEDIUM suspicious endpoint MustafaKemal0146/fetih 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data"
  7. MEDIUM suspicious endpoint MustafaKemal0146/fetih 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data/",
  8. HIGH committed secret MustafaKemal0146/fetih Slack token xoxb-f…(16 chars, redacted)
  9. HIGH committed secret MustafaKemal0146/fetih Anthropic key sk-ant…(37 chars, redacted)
  10. MEDIUM suspicious endpoint MustafaKemal0146/fetih 99.64.0.1 "http://99.64.0.1:11434", # first octet wrong
  11. MEDIUM suspicious endpoint MustafaKemal0146/fetih 100.200.0.1 "http://100.200.0.1:11434", # well outside CGNAT
  12. MEDIUM suspicious endpoint MustafaKemal0146/fetih 100.128.0.1 "http://100.128.0.1:11434", # just above CGNAT block
  13. MEDIUM suspicious endpoint MustafaKemal0146/fetih 100.63.255.255 "http://100.63.255.255:11434", # just below CGNAT block
  14. HIGH committed secret MustafaKemal0146/fetih Google OAuth client secret GOCSPX…(31 chars, redacted)
  15. HIGH dynamic exec MustafaKemal0146/fetih eval()/exec() exec("def _boom():\n assert False\n_boom()", fake_globals)