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.
50064 analyzed
8099 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 obfuscation dengyie/OpenPet dynamic require()/import()
const reloaded = await import(`../../apps/control-center/src/api/demo-control-center-api.ts?qqReload=${Date.now()}`) - HIGH obfuscation dengyie/OpenPet dynamic require()/import()
const handler = await import(`../../services/backend/jobs/handlers/${file}`) - HIGH dynamic exec dengyie/OpenPet vm exec
const execute = vm.compileFunction(` - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope Chere3/hermes-automation-stack gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - HIGH dynamic exec bruchris/canvas-lms-mcp new Function()
const widget = new Function( - HIGH obfuscation moerasermax/tkflyc-ai-cli dynamic require()/import()
const restarted = await import(`../dist/core/updater.js?restart=${serial}`); - HIGH dynamic exec Unchained-Labs/cortex __import__()
"channel": {"type": "string", "enum": list(__import__( - HIGH dynamic exec Unchained-Labs/cortex eval()/exec()
exec(compile(code, f"{name}.py", "exec"), module.__dict__) # noqa: S102