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,151 analyzable servers
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.

code findings 15 shown
  1. MEDIUM suspicious endpoint Pher217/LibreControl t.me return f"https://t.me/c/{abs_id}/{topic_id}"
  2. MEDIUM suspicious endpoint Pher217/LibreControl t.me "bot_link": f"https://t.me/{username}",
  3. MEDIUM suspicious endpoint Pher217/LibreControl t.me assert body["bot_link"] == "https://t.me/orcbot"
  4. MEDIUM suspicious endpoint Pher217/LibreControl api.telegram.org message = f"GET https://api.telegram.org/bot{RAW_TOKEN}/getMe timed out"
  5. MEDIUM suspicious endpoint Pher217/LibreControl api.telegram.org API_BASE = "https://api.telegram.org"
  6. MEDIUM suspicious endpoint Pher217/LibreControl api.telegram.org "POST", "https://api.telegram.org/botX/sendMessage"
  7. HIGH obfuscation SecuringTheRealm/str-mcp-purview dynamic require()/import() const mod = await import(`../src/powershell.js?${tag}`);
  8. HIGH committed secret dumbspacecookie/stickies npm token npm_AA…(40 chars, redacted)
  9. HIGH committed secret dumbspacecookie/stickies GitHub fine-grained PAT github…(35 chars, redacted)
  10. HIGH committed secret dumbspacecookie/stickies GitHub token ghp_AA…(40 chars, redacted)
  11. HIGH committed secret dumbspacecookie/stickies Anthropic key sk-ant…(37 chars, redacted)
  12. MEDIUM suspicious endpoint dumbspacecookie/stickies canary.discordapp.com ['discord webhook (canary host)', 'https://canary.discordapp.com/api/webhooks/99/aB_cD-eFgHiJkLmNoPqRsTuVwXyZ01'],
  13. MEDIUM suspicious endpoint dumbspacecookie/stickies discord.com ['discord webhook', 'hook: https://discord.com/api/webhooks/1234567890/AbCdEfGhIjKlMnOpQrStUvWxYz-123456'],
  14. HIGH dynamic exec dumbspacecookie/stickies new Function() const engineRedact = new Function(`${block}; return redactSecrets;`)();
  15. HIGH dynamic exec dumbspacecookie/stickies new Function() for (const b of blocks) { try { new Function(b); } catch (e) { parseErr = e.message; break; } }