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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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 187702
- MEDIUM suspicious endpoint nedonatelli/sidecar 169.254.169.254 (cloud metadata)
expect(isPrivateUrl('http://169.254.169.254/latest/meta-data/')).toBe(true); - HIGH committed secret nedonatelli/sidecar Anthropic key
sk-ant…(35 chars, redacted) - HIGH committed secret nedonatelli/sidecar GitHub token
ghp_01…(40 chars, redacted) - MEDIUM suspicious endpoint nedonatelli/sidecar 169.254.169.254 (cloud metadata)
expect(validateScreenshotUrl('http://169.254.169.254/latest/meta-data/')).not.toBeNull(); - HIGH committed secret nedonatelli/sidecar GitHub token
ghp_01…(41 chars, redacted) - HIGH committed secret nedonatelli/sidecar Anthropic key
sk-ant…(39 chars, redacted) - HIGH committed secret nedonatelli/sidecar GitHub token
ghp_01…(41 chars, redacted) - MEDIUM suspicious endpoint lingion/Nano-researcher 169.254.169.254 (cloud metadata)
() => callTool({ name: 'fetch_url', arguments: { url: 'http://169.254.169.254/latest/meta-data' } }), - MEDIUM suspicious endpoint lingion/Nano-researcher 169.254.169.254 (cloud metadata)
fetchWithLocalPrimary('http://169.254.169.254/latest/meta-data', 20000, { - MEDIUM suspicious endpoint datumwise/columna 169.254.169.254 (cloud metadata)
"https://localhost/x", "https://169.254.169.254/latest/meta-data/", - HIGH dynamic exec datumwise/columna __import__()
module = __import__(module_name) - HIGH dynamic exec datumwise/columna __import__()
assert wire_frame.__annotations__["fr"] in ("FrameResult", __import__( - HIGH dynamic exec datumwise/columna eval()/exec()
exec(compile(src.split("# (b)")[0], "demo", "exec"), ns) - MEDIUM suspicious endpoint OutBlade/kit-campus-mcp api.telegram.org
API = "https://api.telegram.org/bot{token}/{method}" - HIGH obfuscation igbaryya/paddock dynamic require()/import()
const store = await import(${JSON.stringify(LOG_STORE)});