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 187701
- HIGH committed secret MiviaLabs/mivia-agent AWS access key id
AKIA01…(20 chars, redacted) - HIGH credential in log jo-duchan/tapflow credential in log
console.log(`✓ Created admin user: ${email} / ${password}`) - MEDIUM suspicious endpoint jo-duchan/tapflow 169.254.169.254 (cloud metadata)
expect(validateWebhookUrl('http://169.254.169.254/latest/meta-data')).toBeTruthy() - HIGH committed secret jo-duchan/tapflow private key
PEM private key block (redacted) - HIGH dynamic exec jo-duchan/tapflow new Function()
return Number(new Function(`return ${resolved}`)()) - HIGH committed secret sciman-top/skills-manager OpenAI key
sk-Sen…(26 chars, redacted) - HIGH committed secret sciman-top/skills-manager OpenAI key
sk-Sen…(26 chars, redacted) - HIGH committed secret plur-ai/plur OpenAI key
sk-012…(31 chars, redacted) - HIGH committed secret plur-ai/plur Anthropic key
sk-ant…(45 chars, redacted) - HIGH committed secret plur-ai/plur OpenAI key
sk-aaa…(31 chars, redacted) - HIGH obfuscation plur-ai/plur dynamic require()/import()
const { Plur } = require(${JSON.stringify(path.join(process.cwd(), 'packages/core/dist/index.js'))}); - HIGH dynamic exec hanxiao/jy-crpg-bench eval()/exec()
exec(compile(_block, "keys", "exec"), _ns) - HIGH committed secret phanijapps/memex Anthropic key
sk-ant…(66 chars, redacted) - MEDIUM suspicious endpoint volkkov/agent-forge api.telegram.org
url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage" - HIGH obfuscation udecode/plate dynamic require()/import()
const module = await import(`./indexeddb-provider?test=${importId++}`);