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.
50064 analyzed
8099 re-analysis due
988 not analyzable
0 not yet analyzed
4803 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 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM suspicious endpoint Pher217/LibreControl t.me
return f"https://t.me/c/{abs_id}/{topic_id}" - MEDIUM suspicious endpoint Pher217/LibreControl t.me
"bot_link": f"https://t.me/{username}", - MEDIUM suspicious endpoint Pher217/LibreControl t.me
assert body["bot_link"] == "https://t.me/orcbot" - MEDIUM suspicious endpoint Pher217/LibreControl api.telegram.org
message = f"GET https://api.telegram.org/bot{RAW_TOKEN}/getMe timed out" - MEDIUM suspicious endpoint Pher217/LibreControl api.telegram.org
API_BASE = "https://api.telegram.org" - MEDIUM suspicious endpoint Pher217/LibreControl api.telegram.org
"POST", "https://api.telegram.org/botX/sendMessage" - HIGH obfuscation SecuringTheRealm/str-mcp-purview dynamic require()/import()
const mod = await import(`../src/powershell.js?${tag}`); - HIGH committed secret dumbspacecookie/stickies npm token
npm_AA…(40 chars, redacted) - HIGH committed secret dumbspacecookie/stickies GitHub fine-grained PAT
github…(35 chars, redacted) - HIGH committed secret dumbspacecookie/stickies GitHub token
ghp_AA…(40 chars, redacted) - HIGH committed secret dumbspacecookie/stickies Anthropic key
sk-ant…(37 chars, redacted) - MEDIUM suspicious endpoint dumbspacecookie/stickies canary.discordapp.com
['discord webhook (canary host)', 'https://canary.discordapp.com/api/webhooks/99/aB_cD-eFgHiJkLmNoPqRsTuVwXyZ01'], - MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com
['discord webhook', 'hook: https://discord.com/api/webhooks/1234567890/AbCdEfGhIjKlMnOpQrStUvWxYz-123456'], - HIGH dynamic exec dumbspacecookie/stickies new Function()
const engineRedact = new Function(`${block}; return redactSecrets;`)(); - HIGH dynamic exec dumbspacecookie/stickies new Function()
for (const b of blocks) { try { new Function(b); } catch (e) { parseErr = e.message; break; } }