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
50066 analyzed
8097 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 KeeperHub/keeperhub discord.com const WEBHOOK_URL = "https://discord.com/api/webhooks/123/abc";
  2. MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata) node("n1", { endpoint: "http://169.254.169.254/latest/meta-data/" }),
  3. MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata) code: 'await fetch("http://169.254.169.254/latest/meta-data/")',
  4. MEDIUM suspicious endpoint KeeperHub/keeperhub 93.184.216.34 BLOCKSCOUT_API_URL: "http://93.184.216.34",
  5. MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata) "http://169.254.169.254",
  6. HIGH dynamic exec KeeperHub/keeperhub new Function() const fn = new Function(...varNames, `return (${expression});`);
  7. MEDIUM suspicious endpoint KeeperHub/keeperhub discord.com config: { webhookUrl: "https://discord.com/api/webhooks/secret" },
  8. MEDIUM suspicious endpoint KeeperHub/keeperhub discord.com `https://discord.com/api/webhooks/999999999999999999/e2e_invalid_token_${randomBytes(8).toString("hex")}`,
  9. HIGH committed secret KeeperHub/keeperhub Slack token xoxb-e…(16 chars, redacted)
  10. HIGH credential in log KeeperHub/keeperhub credential in log console.log(` Password: ${TEST_PASSWORD}`);
  11. HIGH credential in log KeeperHub/keeperhub credential in log console.log(` Password reset to: ${PASSWORD}`);
  12. HIGH credential in log KeeperHub/keeperhub credential in log console.log(`Created credential account (password: ${TEST_PASSWORD})`);
  13. HIGH credential in log KeeperHub/keeperhub credential in log console.log(` Password: ${PASSWORD}`);
  14. HIGH obfuscation KeeperHub/keeperhub dynamic require()/import() importer: () => import("${importPath}"),
  15. MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata) code: `return await fetch("http://169.254.169.254/latest/meta-data/");`,