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.
51224 analyzed
7479 re-analysis due
995 not analyzable
0 not yet analyzed
4849 source gone
not analyzable
795 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 12010
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190157
- HIGH committed secret ds231/mcp-server GitHub token
ghp_Nv…(40 chars, redacted) - HIGH committed secret stormbreaker06/mcp-server GitHub fine-grained PAT
github…(45 chars, redacted) - HIGH committed secret stormbreaker06/mcp-server committed .env
env file shipped with populated values - HIGH credential in log amit-singh-mobcoder/weather-mcp-server credential in log
console.log("API_KEY", API_KEY) - HIGH dynamic exec esnark/vite-mcp-server eval()
const func = eval(`(${fn})`); - MEDIUM suspicious endpoint yokingma/one-search-mcp 169.254.169.254 (cloud metadata)
const route = createRoute('http://169.254.169.254/latest/meta-data/'); - MEDIUM suspicious endpoint yokingma/one-search-mcp 93.184.216.34
const result = await browser.scrapeUrl('https://93.184.216.34', { - HIGH credential in log laubplusco/mpc-webdav-server credential in log
console.log(`WEBDAV_PASSWORD=${formatBcryptPassword(hash)}`); - HIGH credential in log luis1232023/nest-llm-argent credential in log
console.log(`${baseUrl}, ${apiKey}, ${modelName}`); - HIGH committed secret takumi0706/google-calendar-mcp Google API key
AIzaSy…(39 chars, redacted) - HIGH credential in log luis1232023/nest-llm-aigent credential in log
console.log(`${baseUrl}, ${apiKey}, ${modelName}`); - HIGH dynamic exec esnark/blowback eval()
const func = eval(`(${fn})`); - HIGH committed secret alexei-led/aws-mcp-server AWS access key id
AKIADE…(20 chars, redacted) - HIGH committed secret ualusham/mcp-github GitHub fine-grained PAT
github…(93 chars, redacted) - MEDIUM suspicious endpoint kfastov/telegram-mcp-server t.me
getGroupInviteLink: vi.fn().mockResolvedValue({ link: 'https://t.me/+warm' }),