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 chandshy/mailpouch private key PEM private key block (redacted)
  2. HIGH credential in log chandshy/mailpouch credential in log logger.info('connect', 'Test', { user: 'u', password: 'hunter2', auth: { user: 'u', pass: 'hunter2' } });
  3. MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8 const req = mockReq({ origin: 'http://8.8.8.8:8765' });
  4. MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8 const r = await d.deliver({ id: "w", url: "https://8.8.8.8/x" }, stubEvent());
  5. MEDIUM suspicious endpoint chandshy/mailpouch discordapp.com expect(detectFormat("https://discordapp.com/api/webhooks/1/abc")).toBe("discord");
  6. MEDIUM suspicious endpoint chandshy/mailpouch discord.com expect(detectFormat("https://discord.com/api/webhooks/1/abc")).toBe("discord");
  7. MEDIUM suspicious endpoint chandshy/mailpouch 172.32.0.1 expect(isPrivateWebhookTarget("http://172.32.0.1/")).toBe(false); // just outside RFC-1918
  8. MEDIUM suspicious endpoint chandshy/mailpouch 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest",
  9. MEDIUM suspicious endpoint agenthill/vaultpilot-mcp 169.254.169.254 (cloud metadata) ["link-local (cloud metadata)", "https://169.254.169.254/", /private|loopback/i],
  10. HIGH committed secret achappey/aihappey-ai Slack token xoxp-1…(75 chars, redacted)
  11. HIGH dynamic exec cbcoutinho/nextcloud-mcp-server pickle.loads() assert pickle.loads(pickle.dumps(chunks)) == chunks
  12. HIGH credential in log cbcoutinho/nextcloud-mcp-server credential in log logger.debug("Refresh token present: %s", refresh_token is not None)
  13. HIGH committed secret raccioly/docguard AWS access key id AKIAIO…(20 chars, redacted)
  14. HIGH obfuscation raccioly/docguard dynamic require()/import() const { normalizeStatus } = await import(`${pathToFileURL(resolve(root, 'src/status.mjs')).href}?eval=${Date.now()}`);
  15. HIGH obfuscation raccioly/docguard dynamic require()/import() const { resolveTimeout } = await import(`${pathToFileURL(resolve(root, 'src/options.mjs')).href}?eval=${Date.now()}`);