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. HIGH obfuscation dcierra/DarwinRelay dynamic require()/import() const { createFederation: freshCreate } = await import(`../lib/federation.mjs?ping=${Date.now()}`);
  2. MEDIUM suspicious endpoint canyonlabz/mcp-perf-suite api.datadoghq.com (telemetry) DD_API_BASE_URL = os.getenv("DD_API_BASE_URL", "https://api.datadoghq.com")
  3. MEDIUM suspicious endpoint canyonlabz/mcp-perf-suite api.datadoghq.com (telemetry) DD_API_BASE_URL = os.getenv("DD_API_BASE_URL", "https://api.datadoghq.com")
  4. MEDIUM suspicious endpoint canyonlabz/mcp-perf-suite api.datadoghq.com (telemetry) DD_API_BASE_URL = os.getenv("DD_API_BASE_URL", "https://api.datadoghq.com")
  5. MEDIUM suspicious endpoint akawolfcito/facilitador-stellar 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data",
  6. HIGH dynamic exec ATDev-Inc/uemcp eval()/exec() exec(compile(code, "<harness>", "exec"), {})
  7. HIGH dynamic exec iikarus/Dragon-Brain eval()/exec() exec( # noqa: S102
  8. HIGH dynamic exec iikarus/Dragon-Brain eval()/exec() if not eval(assertion): # noqa: S307 — trusted test strings, see DRIFT-001 §5
  9. HIGH dynamic exec iikarus/Dragon-Brain __import__ sink env = {**__import__("os").environ, "PYTHONUTF8": "1"}
  10. MEDIUM suspicious endpoint winctl-mcp api.telegram.org httpx.get("https://api.telegram.org/")
    winctl_mcp-0.1.2/tests/ test_guardrails.py :27
  11. MEDIUM suspicious endpoint winctl-mcp api.telegram.org TELEGRAM_API = "https://api.telegram.org"
    winctl_mcp-0.1.2/src/winctl/ notify.py :19
  12. HIGH dynamic exec nihal1294/openapi-to-mcp unsafe yaml.load() workflow = yaml.load(content, Loader=yaml.BaseLoader) # noqa: S506
  13. MEDIUM suspicious endpoint tsouth89/toolport-studio discord.com const webhookUrl = new URL("https://discord.com/api/webhooks/123456/secret-token");
  14. HIGH dynamic exec tsouth89/toolport-studio new Function() new Function("window", "document", script)(windowStub, documentStub);
  15. MEDIUM suspicious endpoint tsouth89/toolport-studio us.i.posthog.com (telemetry) Config.withDefault("https://us.i.posthog.com"),