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. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const extractedBuildRunTitle = new Function(`${helpers}\nreturn buildRunTitle;`)();
  2. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const fn = new Function('phaseEl', 'phase', `${helpers}\n${renderBlock}`);
  3. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const fn = new Function('EventSource', 'CustomEvent', 'document', 'poll', script);
  4. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const fn = new Function('document', 'state', 'resumeWorkflow', 'pauseWorkflow', 'escapeHtml', extractPauseRenderBlock());
  5. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const fn = new Function('act', 'escapeHtml', `${body}\nreturn childrenHtml;`);
  6. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const factory = new Function(`
  7. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const factory = new Function(`${helpers}\nreturn { formatTime, formatUptime };`);
  8. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const factory = new Function(`
  9. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const factory = new Function(`
  10. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const fn = new Function('document', 'window', 'event', 'location', script + '\n;return switchTab;');
  11. HIGH dynamic exec Apra-Labs/apra-fleet new Function() const fn = new Function('document', 'fetch', 'EventSource', script);
  12. HIGH obfuscation Apra-Labs/apra-fleet dynamic require()/import() const { validateRoleInput } = await import(`../fleet-sprint/contracts.mjs?role-input-contract=${Date.now()}`);
  13. HIGH obfuscation Apra-Labs/apra-fleet dynamic require()/import() const before = await import(`${pathToFileURL(sandboxRunnerPath).href}?facade-sanity=${Date.now()}-${Math.random()}`);
  14. HIGH obfuscation Apra-Labs/apra-fleet dynamic require()/import() const before = await import(`${pathToFileURL(sandboxRunnerPath).href}?facade-sanity=${Date.now()}-${Math.random()}`);
  15. HIGH obfuscation Apra-Labs/apra-fleet dynamic require()/import() const installMod = await import(`${pathToFileURL(path.join(ROOT, 'dist/cli/install.js')).href}?installed-supervisor=${cacheBust}`);