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
51308 analyzed
7409 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 obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const m = require(${JSON.stringify(PROFILE_OUTPUT)});
  2. HIGH committed secret mehanshbarthwal-lab/universal-agent-skills GitHub token ghp_AA…(40 chars, redacted)
  3. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() `const { ensureRuntimeBuild } = require(${JSON.stringify(
  4. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const io = require(${JSON.stringify(IO_PATH)});
  5. HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills new Function() assert.doesNotThrow(() => new Function(commentBlock + '\nreturn 1;'));
  6. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const mod = await import(`./handlers/${handlerName}`);
  7. HIGH obfuscation davesheffer/hunch dynamic require()/import() await import(${JSON.stringify(parseUrl)});
  8. HIGH obfuscation davesheffer/hunch dynamic require()/import() const { writeFileAtomic } = await import(`../src/core/io.js?atomic-io-test=${importSequence++}`);
  9. MEDIUM suspicious endpoint maister-dev/maister 8.8.8.8 "https://8.8.8.8/hook",
  10. MEDIUM suspicious endpoint maister-dev/maister 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/",
  11. MEDIUM suspicious endpoint maister-dev/maister 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data",
  12. MEDIUM suspicious endpoint maister-dev/maister 169.254.169.254 (cloud metadata) url: "http://169.254.169.254/latest/meta-data/",
  13. MEDIUM suspicious endpoint maister-dev/maister t.me export const TELEGRAM_URL = `https://t.me/${TELEGRAM_PROFILE}`;
  14. HIGH dynamic exec suhail-akhtar/aico eval() - Unsafe Deserialization: unsafe XML parsing, JSON.parse of untrusted data, eval()/new Function().
  15. HIGH dynamic exec suhail-akhtar/aico new Function() - Unsafe Deserialization: unsafe XML parsing, JSON.parse of untrusted data, eval()/new Function().