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.
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.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- MEDIUM suspicious endpoint elvisxd/byte 169.254.169.254 (cloud metadata)
("http://169.254.169.254/latest/meta-data/", "los metadatos de la nube"), - HIGH committed secret elvisxd/byte GitHub fine-grained PAT
github…(35 chars, redacted) - HIGH committed secret elvisxd/byte Stripe live key
sk_liv…(32 chars, redacted) - MEDIUM suspicious endpoint brandon-svec/express_mcp t.me
postLoginRedirectUrl: 'https://t.me/example_bot' - MEDIUM suspicious endpoint wisdomdivine/multipu t.me
href="https://t.me" - MEDIUM suspicious endpoint wisdomdivine/multipu t.me
telegram: "https://t.me/crumbsfamily", - MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata)
await expect(assertUrlPublic(new URL('http://169.254.169.254/'))).rejects.toThrow( - HIGH obfuscation wmcmahan/cycgraph dynamic require()/import()
const mod = await import(`${pathToFileURL(scenarioPath).href}?ws=${Date.now()}`) as { default: Scenario }; - MEDIUM suspicious endpoint wmcmahan/cycgraph 93.184.216.34
expect(HTTPTransportSchema.safeParse({ type: 'http', url: 'http://93.184.216.34/' }).success).toBe(true); - MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata)
['cloud metadata', 'http://169.254.169.254/latest/meta-data/'], - MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata)
...VALID, agent_card_url: 'http://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint wmcmahan/cycgraph 169.254.169.254 (cloud metadata)
const fetchMock = vi.fn(async () => cardResponse('http://169.254.169.254/rpc')); - HIGH committed secret buildproven/agent-kit Anthropic key
sk-ant…(31 chars, redacted) - HIGH committed secret buildproven/agent-kit GitHub token
ghp_01…(40 chars, redacted) - HIGH obfuscation blueprint-conformance/bce dynamic require()/import()
const load = (body: string) => import(`data:text/javascript,${encodeURIComponent(body)}`);