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. HIGH dynamic exec homeassistant-ai/ha-mcp __import__() module = __import__(module_name, fromlist=["__file__"])
  2. HIGH dynamic exec homeassistant-ai/ha-mcp eval()/exec() exec(expr, safe_globals, safe_locals)
  3. HIGH dynamic exec homeassistant-ai/ha-mcp __import__() __import__(module_name)
  4. MEDIUM suspicious endpoint brcampidelli/chimera-agent discord.com ("https://discord.com/api/webhooks/1234567890/aBcDeF-gH1jKlMnOpQrStUvW",
  5. HIGH committed secret brcampidelli/chimera-agent OpenAI key sk-pro…(30 chars, redacted)
  6. HIGH committed secret brcampidelli/chimera-agent OpenAI key sk-pro…(30 chars, redacted)
  7. MEDIUM suspicious endpoint brcampidelli/chimera-agent 93.184.216.34 assert is_safe_url("https://93.184.216.34/") is True # example.com's IP
  8. MEDIUM suspicious endpoint brcampidelli/chimera-agent 8.8.8.8 check_url("http://8.8.8.8/") # public IP, does not raise
  9. MEDIUM suspicious endpoint brcampidelli/chimera-agent 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/", # cloud metadata
  10. HIGH dynamic exec brcampidelli/chimera-agent __import__ sink "PATH": __import__("os").environ.get("PATH", ""),
  11. HIGH committed secret brcampidelli/chimera-agent OpenAI key sk-pro…(30 chars, redacted)
  12. MEDIUM suspicious endpoint brcampidelli/chimera-agent 169.254.169.254 (cloud metadata) out = HttpGetTool().run(url="http://169.254.169.254/latest/meta-data/")
  13. MEDIUM suspicious endpoint brcampidelli/chimera-agent 169.254.169.254 (cloud metadata) out = DownloadMediaTool(tmp_path).run(url="http://169.254.169.254/latest/meta-data/")
  14. MEDIUM suspicious endpoint brcampidelli/chimera-agent discord.com assert payload_for("https://discord.com/api/webhooks/1/x", "oi") == {"content": "oi"}
  15. MEDIUM suspicious endpoint brcampidelli/chimera-agent 169.254.169.254 (cloud metadata) out = tool.run(action="screenshot", url="http://169.254.169.254/latest/", path="shot.png")