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,132 analyzable servers
50029 analyzed
8115 re-analysis due
988 not analyzable
0 not yet analyzed
4801 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 xopcai/xopc https://www.googleapis.com/auth/cloud-platform "https://www.googleapis.com/auth/cloud-platform",
  2. MEDIUM suspicious endpoint xopcai/xopc 172.32.0.1 expect(checkUrlSafety('http://172.32.0.1/').safe).toBe(true);
  3. MEDIUM suspicious endpoint xopcai/xopc 100.100.100.200 (cloud metadata) const result = checkUrlSafety('http://100.100.100.200/latest/meta-data/');
  4. MEDIUM suspicious endpoint xopcai/xopc 169.254.169.254 (cloud metadata) const result = checkUrlSafety('http://169.254.169.254/latest/meta-data/');
  5. MEDIUM suspicious endpoint xopcai/xopc api.telegram.org const accountApiRootEarly = account.apiRoot?.replace(/\/$/, '') || 'https://api.telegram.org';
  6. MEDIUM suspicious endpoint xopcai/xopc api.telegram.org export const DEFAULT_TELEGRAM_API_ROOT = 'https://api.telegram.org';
  7. MEDIUM suspicious endpoint xopcai/xopc api.telegram.org placeholder: 'https://api.telegram.org',
  8. MEDIUM suspicious endpoint xopcai/xopc api.telegram.org apiRoot: 'https://api.telegram.org',
  9. MEDIUM suspicious endpoint xopcai/xopc api.telegram.org normalizeTelegramApiRoot('https://api.telegram.org/bot123456:ABC-DEF'),
  10. MEDIUM suspicious endpoint xopcai/xopc api.telegram.org apiRoot: 'https://api.telegram.org',
  11. HIGH obfuscation Fmarzochi/EGC dynamic require()/import() ['-e', `require(${JSON.stringify(path.join(libDir, 'dashboard-launch.js'))})
  12. HIGH obfuscation Fmarzochi/EGC dynamic require()/import() const utils = require(${JSON.stringify(utilsPath)});
  13. HIGH obfuscation Fmarzochi/EGC dynamic require()/import() const { readAdapterStdinJson } = require(${JSON.stringify(MODULE_PATH)});
  14. HIGH obfuscation Fmarzochi/EGC dynamic require()/import() const pluginModule = (await import(${JSON.stringify(pluginPath)})).default;
  15. HIGH dynamic exec Fmarzochi/EGC new Function() const createPingLatency = new Function(