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 86% of 59,713 analyzable servers
51311 analyzed
7406 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. HIGH suspicious skill script navidmoazzez/apple-photos-mcp suspicious bundled script curl -LsSf https://astral.sh/uv/install.sh | sh
  2. HIGH obfuscation navidmoazzez/imessage-mcp dynamic require()/import() return await import(`../src/state.ts?${Math.random()}`);
  3. HIGH dynamic exec descambiado/BOFA eval()/exec() exec(code, namespace)
  4. HIGH dynamic exec descambiado/BOFA eval()/exec() exec(code, namespace)
  5. HIGH dynamic exec descambiado/BOFA eval()/exec() exec(code, namespace)
  6. MEDIUM suspicious endpoint descambiado/BOFA 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/", # AWS
  7. MEDIUM suspicious endpoint descambiado/BOFA t.me print("Formatos válidos: @username, https://t.me/username, username")
  8. HIGH obfuscation descambiado/BOFA base64 decode → exec sink cmd = base64.b64decode("Y21kIC9jIGRpcg==").decode()
  9. HIGH obfuscation descambiado/BOFA base64 decode → exec sink exec(base64.b64decode({self.generate_random_string()}).decode())
  10. HIGH dynamic exec Br0ski777/code-sandbox-x402 new Function() const fn = new Function("return (async () => { const __results = []; const console = { log: (...a) => __results.push(a.map(String).join(' ')), error: (...a) => __results.push('[error] ' + a.map(String
  11. HIGH committed secret mbeato/recense Anthropic key sk-ant…(35 chars, redacted)
  12. MEDIUM over-broad oauth scope mbeato/recense https://mail.google.com/ expect(SOURCE_CODE_ONLY).not.toContain('https://mail.google.com/');
  13. HIGH obfuscation mbeato/recense dynamic require()/import() const D=require(__dirname+'/../node_modules/better-sqlite3');
  14. HIGH obfuscation mbeato/recense dynamic require()/import() const { initSchema } = require(DIST + '/db/schema');
  15. HIGH obfuscation mbeato/recense dynamic require()/import() const { resolveProviderOverlay } = require(DIST + '/consolidation/run-sleep-pass');