Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

nexu-io/open-design
main @ ed1df23
84
Fixes
0
CVEs
CRITICAL
Peak severity
28.6%
Coverage
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.