Security context

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

OpenCut-app/OpenCut
main @ 400f097
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
: 1 prior fix. Scrutinize any change in this area.
apps/web/src/app/api/waitlist/route.ts: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

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

Arbitrary Code Execution: Use of new Function() to evaluate math expressions enables arbitrary JavaScript execution, a critical RCE risk.
CSRF: POST endpoint lacks CSRF validation, allowing cross-site requests to modify waitlist state.