Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
Agent: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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 use of deprecated configuration schemas (such as plural vs. singular permission keys) can lead to silent validation failures, allowing agent sandboxes to execute arbitrary shell commands via bash. Developers must enforce strict configuration validation matching the target platform runtime specifications.
Path Traversal: The update script historically suffered from path traversal during file downloads via curl, potentially letting an attacker write files outside the intended installation directory. Robust canonicalization and prefix verification of output paths are mandatory when handling dynamic file destinations.