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.
50066 analyzed
8097 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
- MEDIUM suspicious endpoint KeeperHub/keeperhub discord.com
const WEBHOOK_URL = "https://discord.com/api/webhooks/123/abc"; - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
node("n1", { endpoint: "http://169.254.169.254/latest/meta-data/" }), - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
code: 'await fetch("http://169.254.169.254/latest/meta-data/")', - MEDIUM suspicious endpoint KeeperHub/keeperhub 93.184.216.34
BLOCKSCOUT_API_URL: "http://93.184.216.34", - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
"http://169.254.169.254", - HIGH dynamic exec KeeperHub/keeperhub new Function()
const fn = new Function(...varNames, `return (${expression});`); - MEDIUM suspicious endpoint KeeperHub/keeperhub discord.com
config: { webhookUrl: "https://discord.com/api/webhooks/secret" }, - MEDIUM suspicious endpoint KeeperHub/keeperhub discord.com
`https://discord.com/api/webhooks/999999999999999999/e2e_invalid_token_${randomBytes(8).toString("hex")}`, - HIGH committed secret KeeperHub/keeperhub Slack token
xoxb-e…(16 chars, redacted) - HIGH credential in log KeeperHub/keeperhub credential in log
console.log(` Password: ${TEST_PASSWORD}`); - HIGH credential in log KeeperHub/keeperhub credential in log
console.log(` Password reset to: ${PASSWORD}`); - HIGH credential in log KeeperHub/keeperhub credential in log
console.log(`Created credential account (password: ${TEST_PASSWORD})`); - HIGH credential in log KeeperHub/keeperhub credential in log
console.log(` Password: ${PASSWORD}`); - HIGH obfuscation KeeperHub/keeperhub dynamic require()/import()
importer: () => import("${importPath}"), - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
code: `return await fetch("http://169.254.169.254/latest/meta-data/");`,