Security context

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

atlas-os/atlas
main @ 1ed9630
7
Fixes
16
CVEs
HIGH
Peak severity
57.1%
Coverage
Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
Advanced: most-fixed (1 issue). Treat as high-risk during review.
3 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.

Weak Authentication: The user conversion script historically assigned a hardcoded password of 'atlas' during account conversion, exposing newly converted user accounts to immediate authentication compromise. Developers must avoid hardcoding passwords and default to empty or user-defined credentials.
Auth Bypass: Leaving the 'defaultuser0' account active after the Out of Box Experience (OOBE) allows potential unauthorized access. Ensuring configuration tasks explicitly delete this remnant account is vital for securing the final deployment state.
Command Injection: Unsafe expansion of command-line arguments within elevated PowerShell sessions allows local attackers to inject commands. Input arguments must always be passed securely using environment variables ($env:___args) rather than inline string interpolation.