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.
51224 analyzed
7479 re-analysis due
995 not analyzable
0 not yet analyzed
4849 source gone
not analyzable
795 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 12010
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190157
- HIGH dynamic exec danielyayla/veri new Function()
const fn = new Function( - HIGH dynamic exec danielyayla/veri new Function()
const fn = new Function( - HIGH dynamic exec danielyayla/veri new Function()
const fn = new Function( - MEDIUM over-broad oauth scope mglynnhenley/sonata-labs gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - MEDIUM over-broad oauth scope mglynnhenley/sonata-labs https://mail.google.com/
full: "https://mail.google.com/", - MEDIUM over-broad oauth scope mglynnhenley/sonata-labs gmail.modify
modify: "https://www.googleapis.com/auth/gmail.modify", - HIGH dynamic exec microinginer/agentmesh-mcp new Function()
new Function("document", "fetch", "window", "URLSearchParams", ADMIN_BROWSER_SOURCE)(document, fetch, window, URLSearchParams); - HIGH committed secret floomhq/floom Slack token
xoxb-i…(20 chars, redacted) - HIGH committed secret floomhq/floom Slack token
xoxb-t…(15 chars, redacted) - MEDIUM suspicious endpoint floomhq/floom 169.254.169.254 (cloud metadata)
json={"prompt": "fetch http://169.254.169.254/latest/meta-data/iam/security-credentials/"}, - MEDIUM suspicious endpoint floomhq/floom 93.184.216.34
assert first_url == "https://93.184.216.34:8443/mcp" - MEDIUM suspicious endpoint floomhq/floom 169.254.169.254 (cloud metadata)
conn = WorkerMCPConnection(label="evil", url="http://169.254.169.254/latest") - MEDIUM suspicious endpoint floomhq/floom 1.2.3.4
orig, pinned = self.pin("http://1.2.3.4/api", label="Test") - HIGH committed secret floomhq/floom Google API key
AIzaSy…(39 chars, redacted) - MEDIUM suspicious endpoint floomhq/floom 93.184.216.34
assert pinned_url == "https://93.184.216.34:8443/mcp?mode=test"