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.
51308 analyzed
7409 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 zmustafa/MOAB-Automations Stripe live key
sk_liv…(31 chars, redacted) - HIGH dynamic exec yihefeikong-rgb/ai-plc-integration-public __import__()
__import__(import_name) - HIGH dynamic exec yihefeikong-rgb/ai-plc-integration-public __import__()
__import__(pkg.replace("-", "_")) - HIGH dynamic exec yihefeikong-rgb/ai-plc-integration-public __import__()
__import__(import_name) - HIGH obfuscation amangit1314/repo-rag dynamic require()/import()
memPkg = await import(`file://${localDist}`); - HIGH obfuscation amangit1314/repo-rag dynamic require()/import()
return await import(`file://${localDist}`); - HIGH obfuscation kitepon-rgb/codex-sidecar dynamic require()/import()
const { platformCapabilities } = await import("data:text/javascript;base64," + Buffer.from(javascript).toString("base64")); - HIGH obfuscation potatohoney-p/weasley-deepmind dynamic require()/import()
import("${CONFIG_URL}") - HIGH dynamic exec potatohoney-p/weasley-deepmind new Function()
const wrapper = new Function("module", "exports", "require", code); // SAFE: test-only, fixed project file - MEDIUM suspicious endpoint Baniloo-Labs/postmortem 169.254.169.254 (cloud metadata)
expect(checkUrl("http://169.254.169.254/latest/meta-data/").ok).toBe(false); - MEDIUM suspicious endpoint Baniloo-Labs/postmortem 93.184.216.34
expect(checkUrl("http://93.184.216.34/").ok).toBe(true); // public IP - MEDIUM suspicious endpoint Baniloo-Labs/postmortem 169.254.169.254 (cloud metadata)
endpoints: ["http://169.254.169.254/latest/meta-data/", "http://localhost/health"], - MEDIUM suspicious endpoint Baniloo-Labs/postmortem api.telegram.org
http.post("https://api.telegram.org/bot:token/sendMessage", async ({ request }) => { - HIGH committed secret Baniloo-Labs/postmortem Anthropic key
sk-ant…(39 chars, redacted) - MEDIUM suspicious endpoint Baniloo-Labs/postmortem 169.254.169.254 (cloud metadata)
url: "http://169.254.169.254/latest/meta-data",