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 dynamic exec ExpertVagabond/universal-blockchain-mcp new Function()
var deprecatedfn = new Function( - MEDIUM suspicious endpoint frangelbarrera/agentic-harness 169.254.169.254 (cloud metadata)
result = await tool.execute({"url": "http://169.254.169.254/latest/meta-data/"}, ctx) - MEDIUM suspicious endpoint frangelbarrera/agentic-harness 8.8.8.8
err, ip = await _check_ssrf_async("http://8.8.8.8/") - MEDIUM suspicious endpoint frangelbarrera/agentic-harness 169.254.169.254 (cloud metadata)
err, ip = await _check_ssrf_async("http://169.254.169.254/latest/meta-data/") - HIGH dynamic exec frangelbarrera/agentic-harness eval()/exec()
exec(completion, namespace) # noqa: S102 # nosec B102 - HumanEval runner pattern - HIGH dynamic exec Masikomoore/agent-memory eval()
async eval(...args) { - HIGH dynamic exec Masikomoore/agent-memory eval()
eval(...args: unknown[]): Promise<unknown>; - MEDIUM over-broad oauth scope ergoracloud/ergora-specialists https://www.googleapis.com/auth/cloud-platform
scope: "https://www.googleapis.com/auth/cloud-platform", - HIGH suspicious skill script fritzprix/libr-agent suspicious bundled script
if curl -LsSf https://astral.sh/uv/install.sh | sh; then - HIGH suspicious skill script fritzprix/libr-agent suspicious bundled script
if curl -LsSf https://astral.sh/uv/install.sh | sh; then - HIGH suspicious skill script fritzprix/libr-agent suspicious bundled script
if curl -LsSf https://astral.sh/uv/install.sh | sh; then - MEDIUM suspicious endpoint fritzprix/libr-agent 175.115.246.118
const response = await llmFetch('http://175.115.246.118:4444/v1/models', { - HIGH credential in log The-AIOS/aios credential in log
console.error(`\n Dashboard: http://localhost:${PORT}/?key=${API_KEY}`); - HIGH credential in log BlockSiFr/ttp-protocol credential in log
console.log(`Private Key: ${privateKey}`) - HIGH credential in log BlockSiFr/ttp-protocol credential in log
console.log(`[TTP Authority] Admin API key: ${ADMIN_API_KEY}`)