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 elvisxd/byte 169.254.169.254 (cloud metadata) ("http://169.254.169.254/latest/meta-data/", "los metadatos de la nube"),
  2. HIGH committed secret elvisxd/byte GitHub fine-grained PAT github…(35 chars, redacted)
  3. HIGH committed secret elvisxd/byte Stripe live key sk_liv…(32 chars, redacted)
  4. MEDIUM suspicious endpoint brandon-svec/express_mcp t.me postLoginRedirectUrl: 'https://t.me/example_bot'
  5. MEDIUM suspicious endpoint wisdomdivine/multipu t.me href="https://t.me"
  6. MEDIUM suspicious endpoint wisdomdivine/multipu t.me telegram: "https://t.me/crumbsfamily",
  7. MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata) await expect(assertUrlPublic(new URL('http://169.254.169.254/'))).rejects.toThrow(
  8. HIGH obfuscation wmcmahan/cycgraph dynamic require()/import() const mod = await import(`${pathToFileURL(scenarioPath).href}?ws=${Date.now()}`) as { default: Scenario };
  9. MEDIUM suspicious endpoint wmcmahan/cycgraph 93.184.216.34 expect(HTTPTransportSchema.safeParse({ type: 'http', url: 'http://93.184.216.34/' }).success).toBe(true);
  10. MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata) ['cloud metadata', 'http://169.254.169.254/latest/meta-data/'],
  11. MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata) ...VALID, agent_card_url: 'http://169.254.169.254/latest/meta-data/',
  12. MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata) const fetchMock = vi.fn(async () => cardResponse('http://169.254.169.254/rpc'));
  13. HIGH committed secret buildproven/agent-kit Anthropic key sk-ant…(31 chars, redacted)
  14. HIGH committed secret buildproven/agent-kit GitHub token ghp_01…(40 chars, redacted)
  15. HIGH obfuscation blueprint-conformance/bce dynamic require()/import() const load = (body: string) => import(`data:text/javascript,${encodeURIComponent(body)}`);