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 over-broad oauth scope nirholas/XActions https://www.googleapis.com/auth/spreadsheets
scopes: ['https://www.googleapis.com/auth/spreadsheets'], - MEDIUM suspicious endpoint nirholas/XActions api.telegram.org
const response = await fetch(`https://api.telegram.org/bot${botToken}/sendMessage`, { - HIGH obfuscation nirholas/XActions dynamic require()/import()
const mod = await import(`${pathToFileURL(outPath).href}?t=${Date.now()}`); - HIGH obfuscation nirholas/XActions dynamic require()/import()
committed = await import(`${pathToFileURL(out).href}?t=${Date.now()}`); - HIGH dynamic exec nirholas/XActions vm exec
try { defaults = vm.runInNewContext('(' + objText + ')', {}, { timeout: 1000 }); } - HIGH dynamic exec nirholas/XActions new Function()
var render = new Function(settings.variable || 'obj', '_', source); - HIGH dynamic exec nirholas/XActions eval()
return Promise.resolve(eval(code)); - HIGH obfuscation organicoverlords/chatgpt-mcp-clean dynamic require()/import()
const { ProcessManager } = await import(${JSON.stringify(managerUrl.href)}); - HIGH obfuscation lm203688/roboparts dynamic require()/import()
const { recordMcp } = await import(`file://${tmp.replace(/\\/g, '/')}?v=${Date.now()}`); - HIGH credential in log lm203688/roboparts credential in log
console.error('[creem-webhook] ledger degraded', { api_key: userKey, degraded: ledgerWrite.degraded }); - MEDIUM suspicious endpoint lm203688/roboparts 150.158.119.19
const DEFAULT_ECS_BASE = 'http://150.158.119.19:8420/v1'; - HIGH dynamic exec redrob-labs/redrob-design new Function()
const run = new Function(...argumentNames, code) - HIGH dynamic exec redrob-labs/redrob-design new Function()
return new Function('React', '__helpers', code)(React, { - HIGH committed secret redrob-labs/redrob-design Google API key
AIzaSy…(39 chars, redacted) - HIGH dynamic exec bsaffel/moneybin eval()/exec()
exec(compile(source, "<rendered>", "exec"), namespace) # noqa: S102 # test-only exec of generated codegen output