Security context

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

omacom/omarchy
quattro @ b71dcad
36
Fixes
0
CVEs
CRITICAL
Peak severity
51.7%
Coverage
Highlights
Privilege Escalation: 16 prior fixes. Scrutinize any change in this area.
bin/omarchy-provision-owner: most-fixed (5 issues). Treat as high-risk during review.
30 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.

Privilege Escalation: Multiple fixes target root-executed udev rules, sudoers grants, and migration ordering that can leave vulnerable states active or allow arbitrary file deletion as root.
Command Injection: Shell-string execution (bash -lc) and unvalidated values interpolated into sed/python3/hyprctl commands repeatedly allowed injection; fixes removed --exec and added character allowlists.
Privilege Escalation: Bare helper commands resolved via PATH and over-broad sudo grants (docker, input group, wildcard sudoers) allowed unprivileged users to execute arbitrary commands as root.