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,140 analyzable servers
50020 analyzed
8131 re-analysis due
988 not analyzable
1 not yet analyzed
4803 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. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 8.8.8.8 expect(assertSafeUrlSync('https://8.8.8.8/').hostname).toBe('8.8.8.8');
  2. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata) 'https://169.254.169.254/latest/meta-data/',
  3. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata) await expect(fetchText('https://169.254.169.254/latest/meta-data/')).rejects.toThrow(UrlGuardError);
  4. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata) 'https://169.254.169.254/latest/meta-data/',
  5. MEDIUM suspicious endpoint oscardvs/zoteus 169.254.169.254 (cloud metadata) for (const url of ['https://169.254.169.254/cimd', 'https://127.0.0.1/x', 'https://10.0.0.5/x', 'https://[::1]/x']) {
  6. HIGH committed secret piers-fawkes/fodda-mcp Slack token xoxb-y…(25 chars, redacted)
  7. HIGH committed secret awslabs/cli-agent-orchestrator OpenAI key sk-AAA…(43 chars, redacted)
  8. HIGH dynamic exec awslabs/cli-agent-orchestrator __import__() __import__(
  9. HIGH dynamic exec awslabs/cli-agent-orchestrator eval()/exec() exec(compile(head, str(SCRIPTS_DIR / "hatch_build_tui_tag.py"), "exec"), module)
  10. HIGH dynamic exec awslabs/cli-agent-orchestrator __import__ sink side_effect=__import__("subprocess").CalledProcessError(1, ["uv", "tool", "dir"]),
  11. HIGH dynamic exec awslabs/cli-agent-orchestrator __import__ sink env_patch = {k: v for k, v in __import__("os").environ.items() if k != "CAO_SESSION_NAME"}
  12. MEDIUM suspicious endpoint ikenokazuki/Sora 169.254.169.254 (cloud metadata) 'http://169.254.169.254/latest/meta-data',
  13. HIGH committed secret lennix1337/Genexus18MCP OpenAI key sk-51a…(51 chars, redacted)
  14. HIGH dynamic exec duke5am/mcp-server-starter __import__ sink args=[__import__("os").path.join(__import__("os").path.dirname(__import__("os").path.dirname(__import__("os").path.abspath(__file__))), "python", "server.py")],
  15. HIGH dynamic exec kalebteccom/browxai new Function() const fn = new Function("indexedDB", "location", `return ${expr}`);