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.
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.
- hidden prompt 338
- committed secret 6177
- dynamic exec 11823
- obfuscation 3573
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187726
- MEDIUM over-broad oauth scope xopcai/xopc https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform", - MEDIUM suspicious endpoint xopcai/xopc 172.32.0.1
expect(checkUrlSafety('http://172.32.0.1/').safe).toBe(true); - MEDIUM suspicious endpoint xopcai/xopc 100.100.100.200 (cloud metadata)
const result = checkUrlSafety('http://100.100.100.200/latest/meta-data/'); - MEDIUM suspicious endpoint xopcai/xopc 169.254.169.254 (cloud metadata)
const result = checkUrlSafety('http://169.254.169.254/latest/meta-data/'); - MEDIUM suspicious endpoint xopcai/xopc api.telegram.org
const accountApiRootEarly = account.apiRoot?.replace(/\/$/, '') || 'https://api.telegram.org'; - MEDIUM suspicious endpoint xopcai/xopc api.telegram.org
export const DEFAULT_TELEGRAM_API_ROOT = 'https://api.telegram.org'; - MEDIUM suspicious endpoint xopcai/xopc api.telegram.org
placeholder: 'https://api.telegram.org', - MEDIUM suspicious endpoint xopcai/xopc api.telegram.org
apiRoot: 'https://api.telegram.org', - MEDIUM suspicious endpoint xopcai/xopc api.telegram.org
normalizeTelegramApiRoot('https://api.telegram.org/bot123456:ABC-DEF'), - MEDIUM suspicious endpoint xopcai/xopc api.telegram.org
apiRoot: 'https://api.telegram.org', - HIGH obfuscation Fmarzochi/EGC dynamic require()/import()
['-e', `require(${JSON.stringify(path.join(libDir, 'dashboard-launch.js'))}) - HIGH obfuscation Fmarzochi/EGC dynamic require()/import()
const utils = require(${JSON.stringify(utilsPath)}); - HIGH obfuscation Fmarzochi/EGC dynamic require()/import()
const { readAdapterStdinJson } = require(${JSON.stringify(MODULE_PATH)}); - HIGH obfuscation Fmarzochi/EGC dynamic require()/import()
const pluginModule = (await import(${JSON.stringify(pluginPath)})).default; - HIGH dynamic exec Fmarzochi/EGC new Function()
const createPingLatency = new Function(