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 187699
- 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; } } - MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com
const hookEnv = { ...ENV, STICKIES_DISCORD_WEBHOOK: 'https://discord.com/api/webhooks/0/test-only' }; - MEDIUM suspicious endpoint dumbspacecookie/stickies ptb.discord.com
ok(parseWebhook('https://ptb.discord.com/api/webhooks/1/x') !== null, 'the ptb host is allowed'); - MEDIUM suspicious endpoint dumbspacecookie/stickies DISCORD.COM
ok(parseWebhook('https://DISCORD.COM/api/webhooks/1/x') !== null, 'the host match is case-insensitive'); - MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com
const HOOK = 'https://discord.com/api/webhooks/123/token'; - MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com
STICKIES_DISCORD_WEBHOOK: 'http://discord.com/api/webhooks/000000/fake-for-tests', - HIGH dynamic exec dumbspacecookie/stickies new Function()
try { new Function(src); } catch (e) { ok = false; err = e.message; } - HIGH dynamic exec dumbspacecookie/stickies new Function()
const fn = new Function('document', 'window', 'fetch', 'setTimeout', 'setInterval', 'location', 'globalThis_', src + epilogue); - HIGH dynamic exec dumbspacecookie/stickies eval()
async eval(expression) { - MEDIUM suspicious endpoint seaworthy-io/seaworthy-mcp www.google-analytics.com (telemetry)
const url = `https://www.google-analytics.com/mp/collect?measurement_id=${env.GA4_MEASUREMENT_ID}&api_secret=${env.GA4_API_SECRET}`;