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 committed secret adudley78/mcp-audit Anthropic key sk-ant…(49 chars, redacted)
  2. HIGH committed secret Dennis-J-Carroll/glassport Anthropic key sk-ant…(34 chars, redacted)
  3. HIGH committed secret Dennis-J-Carroll/glassport OpenAI key sk-pro…(28 chars, redacted)
  4. HIGH committed secret Dennis-J-Carroll/glassport private key PEM private key block (redacted)
  5. HIGH committed secret Dennis-J-Carroll/glassport Anthropic key sk-ant…(56 chars, redacted)
  6. HIGH committed secret Dennis-J-Carroll/glassport private key PEM private key block (redacted)
  7. HIGH committed secret Dennis-J-Carroll/glassport Anthropic key sk-ant…(56 chars, redacted)
  8. HIGH committed secret Dennis-J-Carroll/glassport Anthropic key sk-ant…(56 chars, redacted)
  9. HIGH committed secret Dennis-J-Carroll/glassport Anthropic key sk-ant…(56 chars, redacted)
  10. HIGH committed secret Dennis-J-Carroll/glassport AWS access key id AKIAOU…(20 chars, redacted)
  11. HIGH committed secret Dennis-J-Carroll/glassport Anthropic key sk-ant…(34 chars, redacted)
  12. HIGH dynamic exec oratis/LISA new Function() return new Function("__name", "return (" + src + ")")((t: unknown) => t) as (
  13. HIGH dynamic exec oratis/LISA new Function() const rebuilt = new Function(`return (${fn.toString()})`)() as (...a: unknown[]) => unknown;
  14. MEDIUM suspicious endpoint oratis/LISA 169.254.169.254 (cloud metadata) assert.throws(() => assertAllowedUrl(new URL("http://169.254.169.254/latest/meta-data/")), /private/);
  15. MEDIUM suspicious endpoint oratis/LISA api.telegram.org const API = (token: string) => `https://api.telegram.org/bot${token}`;