Security context

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

open-less/openless
beta @ 28a52e9
25
Fixes
0
CVEs
HIGH
Peak severity
28.6%
Coverage
Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
openless-all/app/src-tauri/src/coordinator.rs: most-fixed (3 issues). Treat as high-risk during review.
13 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.

SSRF: Custom LLM integrations allowed users to define base URLs (such as ArkEndpoints) that were not subject to strict range validation, creating vectors to access internal networks or cloud metadata APIs. Developers must consistently enforce host allowlists and scheme validation across all LLM pipeline dispatchers.
Auth Bypass: Incorrect or reverted updater public keys in the Tauri application configurations could allow unauthorized, maliciously-signed software updates to bypass verification mechanisms and execute arbitrary code.
Sandbox Escape: The AI coding agent could escape its intended workspace sandbox and alter persistent host startup configurations (such as zshrc or launch agents) because path checks matched workspace-relative paths rather than absolute home directory structures.