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.
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- HIGH committed secret flanner Anthropic key
sk-ant…(45 chars, redacted) - HIGH committed secret flanner Google API key
AIzaSy…(39 chars, redacted) - HIGH committed secret flanner GitHub fine-grained PAT
github…(50 chars, redacted) - HIGH committed secret flanner GitHub token
ghp_16…(48 chars, redacted) - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
{ slug: 'unit', type: 'url', source: 'https://169.254.169.254/adapter.ts' }, - MEDIUM over-broad oauth scope infragate/capa delete_repo
const REMOTE = ["search", "create_issue", "delete_repo"]; - MEDIUM suspicious endpoint infragate/capa 8.8.8.8
const u = await assertPublicHttpsUrl('https://8.8.8.8/SKILL.md'); - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
fetchTextFile('https://169.254.169.254/latest/meta-data/', { authFetch }), - MEDIUM suspicious endpoint infragate/capa 8.8.8.8
const body = await fetchTextFile('https://8.8.8.8/foo.md'); - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - HIGH obfuscation infragate/capa dynamic require()/import()
`const { acquireFileLock } = require(${JSON.stringify(join(import.meta.dir, '..', 'file-lock.ts'))}); - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
source: { type: 'remote', url: 'https://169.254.169.254/latest/meta-data/' }, - MEDIUM suspicious endpoint infragate/capa 8.8.8.8
source: { type: 'remote', url: 'https://8.8.8.8/hook.sh' }, - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
{ id: 'style', type: 'remote', url: 'https://169.254.169.254/latest/meta-data/' }, - MEDIUM over-broad oauth scope infragate/capa delete_repo
tools: 'delete_repo, force_push',