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.
50020 analyzed
8131 re-analysis due
988 not analyzable
1 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 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- HIGH obfuscation context-mode dynamic require()/import()
const TurndownService = require(${turndownPath}); - HIGH dynamic exec context-mode concat require()
const dns = require('no' + 'de:dns'); - HIGH obfuscation context-mode dynamic require()/import()
await import(`${pathToFileURL(ensureDepsPath).href}?upgrade=${Date.now()}`); - HIGH obfuscation campfirein/byterover-cli dynamic require()/import()
const {ENVIRONMENT} = await import(`../../../src/server/config/environment.js?t=${Date.now()}`) - HIGH obfuscation claude-flow dynamic require()/import()
const aidefence = await import(`file://${modulePath}${cacheBust}`); - HIGH obfuscation claude-flow dynamic require()/import()
return await import(`${packageName}${cacheBuster}`); - HIGH obfuscation claude-flow dynamic require()/import()
return await import(\`file://\${rec.distPath}\`); - HIGH obfuscation claude-flow dynamic require()/import()
const mod = await import(`file://${projectPath}`); - HIGH obfuscation claude-flow dynamic require()/import()
const { loadGaia } = (await import(benchmarksBase + 'gaia-loader.js')); - HIGH obfuscation claude-flow dynamic require()/import()
memPkg = await import(`file://${localDist}`); - HIGH obfuscation claude-flow dynamic require()/import()
return await import(`file://${rec.distPath}`); - MEDIUM over-broad oauth scope @hasna/files https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform", - MEDIUM over-broad oauth scope @hasna/files https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope @hasna/files https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope @hasna/files https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive",