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. MEDIUM over-broad oauth scope ManudotaORG/artist-mcp gmail.modify 'https://www.googleapis.com/auth/gmail.modify',
  2. HIGH dynamic exec phuongddx/jarvis eval()/exec() exec(code, namespace)
  3. HIGH committed secret refpath/sigil_guard OpenAI key sk-aB3…(27 chars, redacted)
  4. HIGH obfuscation xiaoanbucai/docwarden dynamic require()/import() loaded = (await import(new URL(`file://${path.join(WORK, '.knowledge.mjs').replace(/\\/g, '/')}?t=1`).href)).default
  5. HIGH committed secret dat999zx/knowl GitHub token ghp_AA…(40 chars, redacted)
  6. HIGH dynamic exec dat999zx/knowl new Function() expect(() => new Function(script as string)).not.toThrow();
  7. HIGH committed secret dat999zx/knowl Anthropic key sk-ant…(37 chars, redacted)
  8. MEDIUM suspicious endpoint Scottcjn/beacon-skill 50.28.86.131 BEACON_ATLAS_URL = "https://50.28.86.131/beacon/atlas"
  9. MEDIUM suspicious endpoint Scottcjn/beacon-skill discord.com webhook_url="https://discord.com/api/webhooks/test/webhook",
  10. MEDIUM suspicious endpoint Scottcjn/beacon-skill 50.28.86.131 BEACON_ATLAS_URL = "https://50.28.86.131/beacon/atlas"
  11. HIGH committed secret liyixuan201211/ctx-budget GitHub token ghp_AA…(40 chars, redacted)
  12. HIGH committed secret liyixuan201211/ctx-budget GitHub token ghp_AA…(40 chars, redacted)
  13. MEDIUM suspicious endpoint BlockRunAI/blockrun-mcp 169.254.169.254 (cloud metadata) { image_url: "http://169.254.169.254/latest/meta-data/" },
  14. MEDIUM suspicious endpoint BlockRunAI/blockrun-mcp 169.254.169.254 (cloud metadata) await assert.rejects(() => toImageDataUri("http://169.254.169.254/latest/meta-data/"), /refusing to fetch/i);
  15. HIGH obfuscation BlockRunAI/blockrun-mcp dynamic require()/import() const mod = (await import(`../src/tools/${c.mod}.js`)) as Record<string, (s: unknown, b: BudgetState) => void>;