Highlights
Path Traversal: 24 prior fixes. Scrutinize any change in this area.
apps/daemon/src/server.ts: most-fixed (13 issues). Treat as high-risk during review.
50 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.
Path Traversal: The daemon frequently reads, writes, and hosts files for plugins, project previews, and skills, which historically allowed directory traversal beyond workspace boundaries due to incomplete canonicalization or symlink handling.
SSRF: Connection testing and external asset caching endpoints are highly vulnerable to SSRF via FQDN bypasses (e.g., trailing dots) and DNS rebinding attacks to loopback or private network targets.
Auth Bypass: API routes bound to public or non-loopback network interfaces bypassed token checks, enabling remote unauthenticated access to system management endpoints.