Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

GMTekAI/nuclei
dev @ 911c230
31
Fixes
0
CVEs
HIGH
Peak severity
63.0%
Coverage
Highlights
Sandbox Escape: 7 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (4 issues). Treat as high-risk during review.
23 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Sandbox Escape: Multiple sandbox escapes in the JS engine and its libraries allow arbitrary code execution or file access when opt-in flags are not enforced.
Code Execution: Unsigned code templates can be executed through the main loader or workflow sub-loader unless signature verification and the -code flag are enforced.
Signature Bypass: Signature verification can be bypassed via stale cache or misplaced signatures, allowing unsigned templates to run.