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 jonax1337/rookery-agent new Function() new Function('require', 'module', 'exports', outputFiles[0].text)(
  2. MEDIUM suspicious endpoint jonax1337/rookery-agent api.telegram.org const BASE_URL = 'https://api.telegram.org';
  3. HIGH committed secret stacklok/toolhive private key PEM private key block (redacted)
  4. HIGH committed secret stacklok/toolhive Slack token xoxp-s…(17 chars, redacted)
  5. HIGH committed secret GopherSecurity/gopher-mcp private key PEM private key block (redacted)
  6. HIGH committed secret jgravelle/jcodemunch-mcp GitHub fine-grained PAT github…(64 chars, redacted)
  7. HIGH committed secret jgravelle/jcodemunch-mcp OpenAI key sk-pro…(44 chars, redacted)
  8. HIGH committed secret jgravelle/jcodemunch-mcp Anthropic key sk-ant…(53 chars, redacted)
  9. HIGH committed secret jgravelle/jcodemunch-mcp Anthropic key sk-ant…(38 chars, redacted)
  10. HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink env={**__import__("os").environ, **env},
  11. HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink monkeypatch.setattr(lic, "_license_key", lambda: __import__("os").environ.get("JCODEMUNCH_LICENSE_KEY", "").strip())
  12. HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink __import__("os").path.normcase("A") == "A",
  13. HIGH dynamic exec jgravelle/jcodemunch-mcp __import__() return __import__(name, *args, **kwargs)
  14. HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink **{k: v for k, v in __import__("os").environ.items()},
  15. HIGH dynamic exec jgravelle/jcodemunch-mcp __import__ sink env={**__import__("os").environ, "GIT_AUTHOR_NAME": "Test", "GIT_AUTHOR_EMAIL": "test@test.com",