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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- MEDIUM over-broad oauth scope ManudotaORG/artist-mcp gmail.modify
'https://www.googleapis.com/auth/gmail.modify', - HIGH dynamic exec phuongddx/jarvis eval()/exec()
exec(code, namespace) - HIGH committed secret refpath/sigil_guard OpenAI key
sk-aB3…(27 chars, redacted) - HIGH obfuscation xiaoanbucai/docwarden dynamic require()/import()
loaded = (await import(new URL(`file://${path.join(WORK, '.knowledge.mjs').replace(/\\/g, '/')}?t=1`).href)).default - HIGH committed secret dat999zx/knowl GitHub token
ghp_AA…(40 chars, redacted) - HIGH dynamic exec dat999zx/knowl new Function()
expect(() => new Function(script as string)).not.toThrow(); - HIGH committed secret dat999zx/knowl Anthropic key
sk-ant…(37 chars, redacted) - MEDIUM suspicious endpoint Scottcjn/beacon-skill 50.28.86.131
BEACON_ATLAS_URL = "https://50.28.86.131/beacon/atlas" - MEDIUM suspicious endpoint Scottcjn/beacon-skill discord.com
webhook_url="https://discord.com/api/webhooks/test/webhook", - MEDIUM suspicious endpoint Scottcjn/beacon-skill 50.28.86.131
BEACON_ATLAS_URL = "https://50.28.86.131/beacon/atlas" - HIGH committed secret liyixuan201211/ctx-budget GitHub token
ghp_AA…(40 chars, redacted) - HIGH committed secret liyixuan201211/ctx-budget GitHub token
ghp_AA…(40 chars, redacted) - MEDIUM suspicious endpoint BlockRunAI/blockrun-mcp 169.254.169.254 (cloud metadata)
{ image_url: "http://169.254.169.254/latest/meta-data/" }, - MEDIUM suspicious endpoint BlockRunAI/blockrun-mcp 169.254.169.254 (cloud metadata)
await assert.rejects(() => toImageDataUri("http://169.254.169.254/latest/meta-data/"), /refusing to fetch/i); - HIGH obfuscation BlockRunAI/blockrun-mcp dynamic require()/import()
const mod = (await import(`../src/tools/${c.mod}.js`)) as Record<string, (s: unknown, b: BudgetState) => void>;