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,713 analyzable servers
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 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 comind-pro/comind-mcp 8.8.8.8 expect(() => assertSafeUrl('https://8.8.8.8/')).not.toThrow();
  2. MEDIUM suspicious endpoint comind-pro/comind-mcp 169.254.169.254 (cloud metadata) expect(() => assertSafeUrl('http://169.254.169.254/latest/meta-data')).toThrow(/private/i);
  3. MEDIUM suspicious endpoint DevAnimecx/jiro t.me assert auto_detect("https://t.me/channel/123") == "telegram"
  4. MEDIUM suspicious endpoint DevAnimecx/jiro 8.8.8.8 assert security.validate_target_url("http://8.8.8.8/") == "http://8.8.8.8/"
  5. MEDIUM suspicious endpoint DevAnimecx/jiro 169.254.169.254 (cloud metadata) security.validate_target_url("http://169.254.169.254/latest/meta-data/")
  6. MEDIUM suspicious endpoint DevAnimecx/jiro t.me ("https://t.me/channel", "telegram"),
  7. MEDIUM suspicious endpoint DevAnimecx/jiro 169.254.169.254 (cloud metadata) "arguments": {"url": "http://169.254.169.254/metadata"}},
  8. MEDIUM suspicious endpoint DevAnimecx/jiro t.me PREVIEW_URL = "https://t.me/s/"
  9. MEDIUM suspicious endpoint DevAnimecx/jiro t.me {"name": "telegram", "capabilities": ["scrape", "channel", "message", "group"], "base_url": "https://t.me"},
  10. HIGH dynamic exec DevAnimecx/jiro __import__() __import__(pkg)
  11. HIGH dynamic exec po4erk91/thread-keeper __import__ sink __import__("os").environ.get("THREADKEEPER_SEARCH_PROXY_POLL_S", "0.5")
  12. HIGH dynamic exec po4erk91/thread-keeper __import__() mod = __import__(f"threadkeeper.{modname}", fromlist=[fn])
  13. HIGH dynamic exec po4erk91/thread-keeper __import__() mod = __import__(f"threadkeeper.{mod_name}", fromlist=[fn_name])
  14. HIGH committed secret po4erk91/thread-keeper OpenAI key sk-pro…(32 chars, redacted)
  15. HIGH committed secret po4erk91/thread-keeper GitHub token ghp_aa…(40 chars, redacted)