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.
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.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- HIGH committed secret kontourai/station Stripe live key
sk_liv…(36 chars, redacted) - HIGH obfuscation kontourai/station dynamic require()/import()
const { ChatTurnDedupStore } = await import(${JSON.stringify(moduleUrl)}); - HIGH obfuscation kontourai/station dynamic require()/import()
const { createIsolatedTaskSearch, sessionReadAuthorityFromRequest } = await import(pathToFileURL(${JSON.stringify(taskReaderProbe)})); - HIGH obfuscation kontourai/station dynamic require()/import()
const mod = await import(\`\${process.env.GITHUB_WORKSPACE}/${module}\`); - HIGH dynamic exec kontourai/station vm exec
const run = vm.compileFunction( - HIGH committed secret kontourai/station GitHub token
ghp_01…(40 chars, redacted) - HIGH obfuscation kontourai/station dynamic require()/import()
const { inspectStationHomeRecovery } = await import(${JSON.stringify(new URL('../station-home-recovery-preflight.ts', import.meta.url).href)}); - HIGH obfuscation kontourai/station dynamic require()/import()
const { runCli } = await import(${JSON.stringify(new URL('../../../cli/src/cli.ts', import.meta.url).href)}); - HIGH committed secret kontourai/station private key
PEM private key block (redacted) - HIGH committed secret kontourai/station Stripe live key
sk_liv…(36 chars, redacted) - HIGH obfuscation tterrasson/extrait dynamic require()/import()
await import(`./${exampleName}.ts`); - MEDIUM suspicious endpoint weather-mcp/weather-mcp 169.254.169.254 (cloud metadata)
linkLocal: 'https://169.254.169.254/cap_public_website/x', - MEDIUM suspicious endpoint weather-mcp/weather-mcp 169.254.169.254 (cloud metadata)
expect(isAllowedFeedUrl('https://169.254.169.254/output/gfa/x.cap', feed)).toBe(false); - HIGH dynamic exec vinkius-labs/mcpfusion eval()
return eval('typeof process'); - HIGH dynamic exec vinkius-labs/mcpfusion new Function()
const fn = new Function('return typeof process !== "undefined" ? process.env : "blocked"');