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.

analysis coverage 85% of 59,163 analyzable servers
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.

code findings 15 shown
  1. HIGH committed secret dumbspacecookie/stickies GitHub token ghp_AA…(40 chars, redacted)
  2. HIGH committed secret dumbspacecookie/stickies Anthropic key sk-ant…(37 chars, redacted)
  3. MEDIUM suspicious endpoint dumbspacecookie/stickies canary.discordapp.com ['discord webhook (canary host)', 'https://canary.discordapp.com/api/webhooks/99/aB_cD-eFgHiJkLmNoPqRsTuVwXyZ01'],
  4. MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com ['discord webhook', 'hook: https://discord.com/api/webhooks/1234567890/AbCdEfGhIjKlMnOpQrStUvWxYz-123456'],
  5. HIGH dynamic exec dumbspacecookie/stickies new Function() const engineRedact = new Function(`${block}; return redactSecrets;`)();
  6. HIGH dynamic exec dumbspacecookie/stickies new Function() for (const b of blocks) { try { new Function(b); } catch (e) { parseErr = e.message; break; } }
  7. MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com const hookEnv = { ...ENV, STICKIES_DISCORD_WEBHOOK: 'https://discord.com/api/webhooks/0/test-only' };
  8. MEDIUM suspicious endpoint dumbspacecookie/stickies ptb.discord.com ok(parseWebhook('https://ptb.discord.com/api/webhooks/1/x') !== null, 'the ptb host is allowed');
  9. MEDIUM suspicious endpoint dumbspacecookie/stickies DISCORD.COM ok(parseWebhook('https://DISCORD.COM/api/webhooks/1/x') !== null, 'the host match is case-insensitive');
  10. MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com const HOOK = 'https://discord.com/api/webhooks/123/token';
  11. MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com STICKIES_DISCORD_WEBHOOK: 'http://discord.com/api/webhooks/000000/fake-for-tests',
  12. HIGH dynamic exec dumbspacecookie/stickies new Function() try { new Function(src); } catch (e) { ok = false; err = e.message; }
  13. HIGH dynamic exec dumbspacecookie/stickies new Function() const fn = new Function('document', 'window', 'fetch', 'setTimeout', 'setInterval', 'location', 'globalThis_', src + epilogue);
  14. HIGH dynamic exec dumbspacecookie/stickies eval() async eval(expression) {
  15. 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}`;