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.
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.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- HIGH committed secret cortex-sync/Cortex GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret enkryptai/secure-mcp-gateway GitHub token
ghp_AA…(40 chars, redacted) - MEDIUM over-broad oauth scope enkryptai/secure-mcp-gateway https://www.googleapis.com/auth/spreadsheets
"OAUTH_SCOPE": "https://www.googleapis.com/auth/spreadsheets", - HIGH credential in log enkryptai/secure-mcp-gateway credential in log
print(json.dumps(api_keys, indent=2)) - HIGH committed secret enkryptai/secure-mcp-gateway Stripe live key
sk_liv…(40 chars, redacted) - HIGH committed secret enkryptai/secure-mcp-gateway GitHub token
ghp_16…(40 chars, redacted) - MEDIUM suspicious endpoint seldonframe/seldonframe 93.184.216.34
assertPublicHttpUrl("http://93.184.216.34", { - MEDIUM suspicious endpoint seldonframe/seldonframe 172.32.0.1
const outside = validateImageSourceUrl("https://172.32.0.1/x"); - MEDIUM suspicious endpoint seldonframe/seldonframe 1.1.1.1
const r = validateImageSourceUrl("https://1.1.1.1/some-image"); - MEDIUM suspicious endpoint seldonframe/seldonframe 169.254.169.254 (cloud metadata)
const r = validateImageSourceUrl("https://169.254.169.254/latest/meta-data/"); - MEDIUM suspicious endpoint seldonframe/seldonframe 8.8.8.8
assert.equal(isAllowedUrlShape(new URL("http://8.8.8.8/")).ok, true); - MEDIUM suspicious endpoint seldonframe/seldonframe 169.254.169.254 (cloud metadata)
assert.equal(isAllowedUrlShape(new URL("http://169.254.169.254/latest/meta-data/")).ok, false); - MEDIUM suspicious endpoint seldonframe/seldonframe 169.254.169.254 (cloud metadata)
"https://public.example.com/": { status: 302, location: "http://169.254.169.254/latest/meta-data/" }, - MEDIUM suspicious endpoint seldonframe/seldonframe 169.254.169.254 (cloud metadata)
const PRIVATE_TARGET = "http://169.254.169.254/latest/meta-data/iam/security-credentials/"; - MEDIUM suspicious endpoint seldonframe/seldonframe 169.254.169.254 (cloud metadata)
{ url: "http://169.254.169.254/", creatorOrgId: CREATOR },