Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
packages/core/src/ai/client/ai.ts: most-fixed (1 issue). Treat as high-risk during review.
2 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.
Auth Bypass: AI API requests lacked authentication tokens, allowing unauthorized access to model endpoints.
Auth Bypass: WebSocket terminal connections lacked token verification, enabling unauthorized terminal access.
Path Traversal: IDE request paths were not canonicalized, allowing path traversal outside the project root.