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
51311 analyzed
7406 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 Jwuthri/Tracely 8.8.8.8 ("PUT", "/api/agents/planner/endpoint", {"url": "https://8.8.8.8/chat"}),
  2. MEDIUM suspicious endpoint Jwuthri/Tracely 169.254.169.254 (cloud metadata) out, err, _ = engine._step_webhook({"url": "http://169.254.169.254/"}, _ctx())
  3. MEDIUM suspicious endpoint amazon-india-seller-mcp 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/", # AWS instance metadata
    amazon_india_seller_mcp-0.2.1/tests/ test_security.py :42
  4. HIGH committed secret chase-irql/ai-workstation OpenAI key sk-d31…(43 chars, redacted)
  5. MEDIUM suspicious endpoint Dempty-glitch/Z-Zero-mcp 169.254.169.254 (cloud metadata) assert.throws(() => new UcpMcpClient("https://169.254.169.254/mcp"), /SSRF/);
  6. HIGH committed secret Mojtaba-Dehghani/Enterprise-Multi-Agent-Engine OpenAI key sk-y6H…(25 chars, redacted)
  7. HIGH dynamic exec mcp-scribe unsafe yaml.load() else yaml.load(text, Loader=_YamlLoader)
    mcp_scribe-0.2.0/src/mcp_scribe/spec/ loader.py :78
  8. MEDIUM suspicious endpoint reaatech/tool-use-firewall discord.com vi.stubEnv('DISCORD_WEBHOOK', 'https://discord.com/api/webhooks/test');
  9. HIGH dynamic exec hasil7677/finLM __import__() versions[mod] = __import__(mod).__version__
  10. MEDIUM suspicious endpoint reaatech/mcp-server-doctor 1.2.3.4 expect(isPrivateURL('https://1.2.3.4')).toBe(false);
  11. MEDIUM suspicious endpoint reaatech/mcp-server-doctor 172.100.0.1 expect(isPrivateURL('http://172.100.0.1')).toBe(false);
  12. MEDIUM suspicious endpoint reaatech/mcp-server-doctor 172.32.0.1 expect(isPrivateURL('http://172.32.0.1')).toBe(false);
  13. MEDIUM suspicious endpoint reaatech/mcp-server-doctor 172.0.0.1 expect(isPrivateURL('http://172.0.0.1')).toBe(false);
  14. MEDIUM suspicious endpoint reaatech/mcp-server-doctor 172.15.0.1 expect(isPrivateURL('http://172.15.0.1')).toBe(false);
  15. HIGH obfuscation reaatech/mcp-changelog dynamic require()/import() const module = await import(`${pathToFileURL(absolutePath).href}?t=${Date.now()}`);