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
- HIGH credential in log LaloCornejo/JARVIS credential in log
log.debug("Secret key set (%d bytes)", len(secret_key)) - HIGH dynamic exec vonzelle-vzt/vzt-browser eval()
const r = eval(expr); - HIGH dynamic exec vonzelle-vzt/vzt-browser eval()
const r = eval(e); try { JSON.stringify(r); return r; } catch { return String(r); } - HIGH dynamic exec echoo19/hearth new Function()
expect(() => new Function(js)).not.toThrow(); - HIGH dynamic exec echoo19/hearth new Function()
const factory = new Function('module', 'exports', 'require', body); - HIGH dynamic exec echoo19/hearth new Function()
new Function('module', 'exports', body); - HIGH dynamic exec echoo19/hearth new Function()
new Function('window', 'globalThis', `${source}`).call(global, global, global); - HIGH dynamic exec echoo19/hearth vm exec
vm.runInNewContext(script!, { - HIGH credential in log openserpapi/mcp credential in log
console.error(`[openserp-mcp] ${API_KEY_LINE}`); - MEDIUM suspicious endpoint kitepon-rgb/Caveat 169.254.169.254 (cloud metadata)
await expect(provider.ensureKeyAvailable('keyserver:v1', 'http://169.254.169.254')).rejects.toThrow(SealedKeyError); - HIGH committed secret kitepon-rgb/Caveat Slack token
xoxb-0…(21 chars, redacted) - HIGH committed secret kitepon-rgb/Caveat GitHub fine-grained PAT
github…(43 chars, redacted) - HIGH committed secret kitepon-rgb/Caveat GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret kitepon-rgb/Caveat private key
PEM private key block (redacted) - HIGH committed secret mrworf/secretsauce-mcp GitHub token
ghp_aa…(40 chars, redacted)