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.
50064 analyzed
8099 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.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM suspicious endpoint Nagellabs/libi 169.254.169.254 (cloud metadata)
"http://169.254.169.254/x", - HIGH dynamic exec Nagellabs/libi new Function()
const factory = new Function(...(THREE_PARAM_NAMES as unknown as string[]), body); - HIGH dynamic exec Nagellabs/libi new Function()
const factory = new Function( - HIGH dynamic exec Nagellabs/libi constructor escape
const body = `[].constructor.constructor("require('fs').writeFileSync(${JSON.stringify( - MEDIUM suspicious endpoint Nagellabs/libi 169.254.169.254 (cloud metadata)
url: "http://169.254.169.254/latest/meta-data/", - 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)});