Highlights
Auth Bypass: 12 prior fixes. Scrutinize any change in this area.
crates/executors/src/executors/claude/client.rs: most-fixed (2 issues). Treat as high-risk during review.
18 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: Passing untrusted prompts directly as shell command arguments allowed arbitrary system command execution. Mitigated by piping input via stdin.
Auth Bypass: Automatic fallback to looking up existing accounts solely by email address allowed an attacker to take over arbitrary user accounts via OAuth.
Auth Bypass: A race condition in the tool execution lifecycle allowed manual approval checks to be bypassed by asynchronous tool operations.