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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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 187702
- MEDIUM over-broad oauth scope hmmroger/crow-central-agency gmail.modify
export const SCOPE_GMAIL_MODIFY = "https://www.googleapis.com/auth/gmail.modify"; - HIGH dynamic exec J-King-Dottie/aus-data-agent-mcp eval()/exec()
exec(code, {"__builtins__": safe_builtins}, local_scope) - HIGH dynamic exec J-King-Dottie/aus-data-agent-mcp eval()/exec()
exec(code, {"__builtins__": builtins}, namespace) - HIGH dynamic exec musharna/plantcv-mcp eval()/exec()
exec( # noqa: S102 — a test double that must claim PlantCV's file name - HIGH dynamic exec Hereon-InstituteMS/openPASO eval()/exec()
out = eval(expr, {"__builtins__": {}}, env) # noqa: S307 - HIGH dynamic exec Hereon-InstituteMS/openPASO __import__()
mod = __import__(where[0], fromlist=[where[1]]) - HIGH dynamic exec Hereon-InstituteMS/openPASO eval()/exec()
value = eval(code, {"__builtins__": {}}, env) # noqa: S307 - HIGH dynamic exec Hereon-InstituteMS/openPASO __import__()
mod = __import__(import_name) - HIGH dynamic exec Hereon-InstituteMS/openPASO eval()/exec()
v = eval(e.replace("^", "**"), {"__builtins__": {}}, - HIGH committed secret rootazero/IntelHub private key
PEM private key block (redacted) - HIGH dynamic exec achiya-automation/safari-mcp new Function()
const fn = new Function("document", "window", "getComputedStyle", "CSS", "return " + script); - HIGH dynamic exec achiya-automation/safari-mcp vm exec
vm.runInNewContext( - HIGH dynamic exec achiya-automation/safari-mcp new Function()
const fn = new Function(`${source}; return { _aliasReceipt, _receiptToken };`); - HIGH dynamic exec achiya-automation/safari-mcp new Function()
assert.doesNotThrow(() => { fn = new Function(built); }, `must parse as valid JS: ${JSON.stringify(payload)}`); - HIGH dynamic exec achiya-automation/safari-mcp new Function()
const resolveReceipt = new Function(