Highlights
Auth Bypass: 23 prior fixes. Scrutinize any change in this area.
desktop/electron/main.ts: most-fixed (13 issues). Treat as high-risk during review.
31 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: The desktop main process frequently failed to restrict access to sensitive IPC handlers, leading to cross-workspace session leakage, credential hijacking, and unauthorized browser-profile access. Senders must be strictly validated.
Path Traversal: Path resolution and file-handling logic in the main Electron thread and components like FileExplorerPane regularly allowed traversal beyond designated workspace roots due to missing canonicalization and prefix checks.
Auth Bypass: Missing owner_user_id validation checks in integration endpoints and Composio finalizations allowed tenant-level IDORs, enabling sandboxed users to manipulate connection properties of other tenants.