Security context

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

maxritter/pilot-shell
main @ ba89438
12
Fixes
0
CVEs
HIGH
Peak severity
77.8%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
ccp/auth.py: most-fixed (1 issue). Treat as high-risk during review.
7 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.

Auth Bypass: The presence of remote fetch, asset retrieval, and installation routes alongside permissive bypass configurations allowed unauthorized remote actions, necessitating a transition to an explicit allowlist.
Command Injection: Untrusted input during shell execution of commit-message generation allowed arbitrary command injection. Commands must be fully parameterized rather than concatenated.
Command Injection: Process identifiers interpolated into execution strings without validation allowed attackers to inject shell commands during process management or installation workflows.