Highlights
Command Injection: 2 prior fixes. Scrutinize any change in this area.
v2/internal/runner/processor.go: most-fixed (2 issues). Treat as high-risk during review.
4 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.
Command Injection: Workflow scripts can import all stdlib modules including os/exec, enabling arbitrary command execution. Patched twice, indicating incomplete mitigation.
Path Traversal: Zip-slip during template extraction allows writing files outside the template directory via malicious archive entries.
Sandbox Escape: Chrome launched with --no-sandbox flag on non-root users or platforms, allowing sandbox escape.