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,151 analyzable servers
50067 analyzed
8096 re-analysis due
988 not analyzable
0 not yet analyzed
4803 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 ANAMIZED/Server-OS eval()/exec() result = eval(code, allowed_globals, {}) # noqa: S307
  2. HIGH dynamic exec OtterMind/Chat2DB-Rust vm exec vm.runInNewContext(source, context, { filename: 'community-tauri-bridge.js' });
  3. HIGH obfuscation sb1733831438-maker/DSH-closerAI dynamic require()/import() const desktopPkg = require(root + '/apps/desktop/package.json')
  4. HIGH obfuscation sb1733831438-maker/DSH-closerAI dynamic require()/import() require(root + '/apps/desktop/package.json').dependencies
  5. MEDIUM suspicious endpoint BaiGanio/aperio 169.254.169.254 (cloud metadata) const result = await fetchUrlHandler({ url: "http://169.254.169.254/latest/meta-data/" });
  6. MEDIUM suspicious endpoint BaiGanio/aperio 8.8.8.8 await assert.doesNotReject(() => assertPublicUrl("http://8.8.8.8/")));
  7. MEDIUM suspicious endpoint BaiGanio/aperio 169.254.169.254 (cloud metadata) test("rejects cloud metadata endpoint", () => rejects("http://169.254.169.254/latest/meta-data/"));
  8. HIGH committed secret BaiGanio/aperio Anthropic key sk-ant…(37 chars, redacted)
  9. HIGH obfuscation BaiGanio/aperio dynamic require()/import() const cacheBustImport = () => import(`../../../lib/db-connect/extraction.js?t=${Date.now()}_${Math.random().toString(36).slice(2)}`);
  10. HIGH obfuscation BaiGanio/aperio dynamic require()/import() import(`../../../lib/agent/tool-profiles.js?t=${Date.now()}_${Math.random().toString(36).slice(2)}`);
  11. HIGH obfuscation BaiGanio/aperio dynamic require()/import() await import(${JSON.stringify(moduleUrl("lib/terminal/standalone.js"))});
  12. HIGH obfuscation BaiGanio/aperio dynamic require()/import() const { startServer } = await import(${JSON.stringify(mcpIndexUrl)});
  13. HIGH committed secret BaiGanio/aperio Anthropic key sk-ant…(49 chars, redacted)
  14. HIGH dynamic exec BaiGanio/aperio vm exec vm.runInNewContext(
  15. HIGH obfuscation BaiGanio/aperio dynamic require()/import() const module = await import(`file://${scriptPath}`);