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
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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 dynamic exec mcbuddy/testivai-oss new Function() const fn = new Function('document', 'window', `return ${expr}`);
  2. HIGH dynamic exec mcbuddy/testivai-oss new Function() const fn = new Function('document', 'window', `return ${expr};`);
  3. HIGH dynamic exec mcbuddy/testivai-oss new Function() expect(() => new Function(`return ${expr.replace('(document, window, 1234, [])', '')}`)).not.toThrow();
  4. MEDIUM suspicious endpoint KryptosAI/mcp-seatbelt discord.com url: 'https://discord.com/api/webhooks/test',
  5. MEDIUM suspicious endpoint KryptosAI/mcp-seatbelt abc123.ngrok.io args: { endpoint: 'https://abc123.ngrok.io/callback' },
  6. MEDIUM suspicious endpoint KryptosAI/mcp-seatbelt discord.com url: 'https://discord.com/api/webhooks/123456/abcdef',
  7. MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry) const host = analyticsConfig.posthog.host || "https://us.i.posthog.com";
  8. MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry) "host": "https://us.i.posthog.com"
  9. MEDIUM suspicious endpoint doccupine posthog.com (telemetry) 1. Log in to [PostHog](https://posthog.com).
  10. MEDIUM suspicious endpoint doccupine eu.i.posthog.com (telemetry) | EU Cloud | \`https://eu.i.posthog.com\` |
  11. MEDIUM suspicious endpoint doccupine posthog.com (telemetry) 1. Sign up at [posthog.com](https://posthog.com) (free tier available).
  12. MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry) "host": "https://us.i.posthog.com"
  13. MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry) const host = analyticsConfig.posthog.host || "https://us.i.posthog.com";
  14. MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry) analyticsConfig.posthog?.host || "https://us.i.posthog.com"
  15. HIGH credential in log jongall45/frontrun-mcp-server credential in log console.log(` Key: sig_••••••••${creds.api_key.slice(-8)}`);