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,140 analyzable servers
50020 analyzed
8131 re-analysis due
988 not analyzable
1 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 committed secret joshrotenberg/tower-mcp private key PEM private key block (redacted)
  2. HIGH dynamic exec new-256/codebuddy-bridge new Function() const fn = new Function('harness', source)
  3. HIGH dynamic exec new-256/codebuddy-bridge new Function() const fn = new Function('harness', buildDynamic())
  4. HIGH committed secret hrubymar10/aimebu Anthropic key sk-ant…(32 chars, redacted)
  5. HIGH committed secret mehanshbarthwal-lab/universal-agent-skills OpenAI key sk-LEA…(23 chars, redacted)
  6. HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills eval() if nm in dir() and callable(eval(nm)): fn = eval(nm); break
  7. HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills eval() if name in dir() and callable(eval(name)):
  8. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const { runNpm } = require(${JSON.stringify(path.join(__dirname, 'helpers.cjs'))});
  9. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const io = require(${JSON.stringify(ioPath)});
  10. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const m = require(${JSON.stringify(PROFILE_OUTPUT)});
  11. HIGH committed secret mehanshbarthwal-lab/universal-agent-skills GitHub token ghp_AA…(40 chars, redacted)
  12. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() `const { ensureRuntimeBuild } = require(${JSON.stringify(
  13. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const io = require(${JSON.stringify(IO_PATH)});
  14. HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills new Function() assert.doesNotThrow(() => new Function(commentBlock + '\nreturn 1;'));
  15. HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import() const mod = await import(`./handlers/${handlerName}`);