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.
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.
- hidden prompt 338
- committed secret 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- HIGH committed secret joshrotenberg/tower-mcp private key
PEM private key block (redacted) - HIGH dynamic exec new-256/codebuddy-bridge new Function()
const fn = new Function('harness', source) - HIGH dynamic exec new-256/codebuddy-bridge new Function()
const fn = new Function('harness', buildDynamic()) - HIGH committed secret hrubymar10/aimebu Anthropic key
sk-ant…(32 chars, redacted) - HIGH committed secret mehanshbarthwal-lab/universal-agent-skills OpenAI key
sk-LEA…(23 chars, redacted) - HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills eval()
if nm in dir() and callable(eval(nm)): fn = eval(nm); break - HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills eval()
if name in dir() and callable(eval(name)): - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const { runNpm } = require(${JSON.stringify(path.join(__dirname, 'helpers.cjs'))}); - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const io = require(${JSON.stringify(ioPath)}); - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const m = require(${JSON.stringify(PROFILE_OUTPUT)}); - HIGH committed secret mehanshbarthwal-lab/universal-agent-skills GitHub token
ghp_AA…(40 chars, redacted) - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
`const { ensureRuntimeBuild } = require(${JSON.stringify( - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const io = require(${JSON.stringify(IO_PATH)}); - HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills new Function()
assert.doesNotThrow(() => new Function(commentBlock + '\nreturn 1;')); - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const mod = await import(`./handlers/${handlerName}`);