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.
51314 analyzed
7403 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- HIGH dynamic exec deepintshield eval()/exec()
return eval(payload) # noqa: S307 - scanner fixture - HIGH dynamic exec deepintshield eval()/exec()
eval(payload) - HIGH dynamic exec deepintshield __import__()
base = getattr(__import__(mod, fromlist=[cls]), cls) - HIGH dynamic exec deepintshield __import__()
base = getattr(__import__(mod, fromlist=[cls]), cls) - HIGH dynamic exec deepintshield __import__()
base = getattr(__import__(mod, fromlist=[cls]), cls) - HIGH dynamic exec deepintshield __import__()
cls = getattr(__import__(module_name, fromlist=[class_name]), class_name) - HIGH dynamic exec sebattfg/ZeroScript-Free new Function()
const ZSParse = new Function(fs.readFileSync(__dirname + "/core/parser.js", "utf8") + "; return ZSParse;")(); - HIGH dynamic exec sebattfg/ZeroScript-Free new Function()
const P = new Function( - HIGH dynamic exec maxeskell/personal-training-app new Function()
assert.doesNotThrow(() => new Function(sc[1]), `script block ${i} must parse`); - HIGH dynamic exec maxeskell/personal-training-app new Function()
for (const [i, sc] of scripts.entries()) assert.doesNotThrow(() => new Function(sc), `fuel card script ${i} must parse`); - HIGH dynamic exec maxeskell/personal-training-app new Function()
for (const [i, sc] of scripts.entries()) assert.doesNotThrow(() => new Function(sc), `script ${i} must parse`); - HIGH dynamic exec maxeskell/personal-training-app new Function()
assert.doesNotThrow(() => new Function(sc), `script block ${i} must parse`); - HIGH committed secret amitpatole/verel AWS access key id
AKIAII…(20 chars, redacted) - HIGH dynamic exec amitpatole/verel eval()/exec()
exec(compile(tool.code, f"<tool:{tool.name}>", "exec"), ns) # noqa: S102 # nosec B102 — restricted-__builtins__ sandbox, import-allowlisted (see docstring); strong tier is bwrap+seccomp - HIGH dynamic exec Hasan-Laraib/Mirofy vm exec
return vm.runInNewContext(`(${template.slice(start, end)})`);