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.
50067 analyzed
8096 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
- HIGH dynamic exec ANAMIZED/Server-OS eval()/exec()
result = eval(code, allowed_globals, {}) # noqa: S307 - HIGH dynamic exec OtterMind/Chat2DB-Rust vm exec
vm.runInNewContext(source, context, { filename: 'community-tauri-bridge.js' }); - HIGH obfuscation sb1733831438-maker/DSH-closerAI dynamic require()/import()
const desktopPkg = require(root + '/apps/desktop/package.json') - HIGH obfuscation sb1733831438-maker/DSH-closerAI dynamic require()/import()
require(root + '/apps/desktop/package.json').dependencies - MEDIUM suspicious endpoint BaiGanio/aperio 169.254.169.254 (cloud metadata)
const result = await fetchUrlHandler({ url: "http://169.254.169.254/latest/meta-data/" }); - MEDIUM suspicious endpoint BaiGanio/aperio 8.8.8.8
await assert.doesNotReject(() => assertPublicUrl("http://8.8.8.8/"))); - MEDIUM suspicious endpoint BaiGanio/aperio 169.254.169.254 (cloud metadata)
test("rejects cloud metadata endpoint", () => rejects("http://169.254.169.254/latest/meta-data/")); - HIGH committed secret BaiGanio/aperio Anthropic key
sk-ant…(37 chars, redacted) - HIGH obfuscation BaiGanio/aperio dynamic require()/import()
const cacheBustImport = () => import(`../../../lib/db-connect/extraction.js?t=${Date.now()}_${Math.random().toString(36).slice(2)}`); - HIGH obfuscation BaiGanio/aperio dynamic require()/import()
import(`../../../lib/agent/tool-profiles.js?t=${Date.now()}_${Math.random().toString(36).slice(2)}`); - HIGH obfuscation BaiGanio/aperio dynamic require()/import()
await import(${JSON.stringify(moduleUrl("lib/terminal/standalone.js"))}); - HIGH obfuscation BaiGanio/aperio dynamic require()/import()
const { startServer } = await import(${JSON.stringify(mcpIndexUrl)}); - HIGH committed secret BaiGanio/aperio Anthropic key
sk-ant…(49 chars, redacted) - HIGH dynamic exec BaiGanio/aperio vm exec
vm.runInNewContext( - HIGH obfuscation BaiGanio/aperio dynamic require()/import()
const module = await import(`file://${scriptPath}`);