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. MEDIUM suspicious endpoint MadaBurns/bv-mcp 169.254.169.254 (cloud metadata) await expect(safeFetch('https://169.254.169.254/latest/meta-data')).rejects.toThrow(/blocked/i);
  2. MEDIUM suspicious endpoint MadaBurns/bv-mcp 169.254.169.254 (cloud metadata) await expect(safeFetch('https://169.254.169.254/latest/meta-data/')).rejects.toThrow(TypeError);
  3. MEDIUM suspicious endpoint MadaBurns/bv-mcp 169.254.169.254 (cloud metadata) headers: { Location: 'https://169.254.169.254/latest/meta-data/' },
  4. MEDIUM suspicious endpoint klaridian/klaridian us.i.posthog.com (telemetry) default: "https://us.i.posthog.com",
  5. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp 100.128.0.1 expect(checkOutboundUrlSync('http://100.128.0.1/').ok).toBe(true);
  6. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp 100.63.255.255 expect(checkOutboundUrlSync('http://100.63.255.255/').ok).toBe(true);
  7. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp 169.254.169.254 (cloud metadata) expect(checkOutboundUrlSync('http://169.254.169.254/').ok).toBe(false);
  8. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp 8.8.8.8 expect(checkOutboundUrlSync('https://8.8.8.8/').ok).toBe(true);
  9. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp 1.1.1.1 expect(checkOutboundUrlSync('https://1.1.1.1/').ok).toBe(true);
  10. HIGH dynamic exec nikolai-vysotskyi/trace-mcp eval() eval(token);
  11. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp 169.254.169.254 (cloud metadata) const r = await cloneRemoteRepo('/tmp/p', 'https://169.254.169.254/repo.git');
  12. HIGH committed secret nikolai-vysotskyi/trace-mcp AWS access key id AKIAIO…(20 chars, redacted)
  13. MEDIUM suspicious endpoint nikolai-vysotskyi/trace-mcp www.google-analytics.com (telemetry) const url = `https://www.google-analytics.com/mp/collect?measurement_id=${encodeURIComponent(measurementId)}&api_secret=${encodeURIComponent(apiSecret)}`;
  14. HIGH dynamic exec nikolai-vysotskyi/trace-mcp new Function() const factory = new Function(`${MEASURE_SRC}\n return measure;`);
  15. HIGH dynamic exec jialuohu/codex-toolbox eval()/exec() exec(compile(body, "profile-state-validator", "exec"), {})