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,151 analyzable servers
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.

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