Security context

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

nowork-studio/notfair
main @ 346ce27
6
Fixes
0
CVEs
HIGH
Peak severity
40.0%
Coverage
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
notfair-cmo/src/server/adapters/codex-local/provision.ts: 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.

Auth Bypass: Insecure default configurations and a lack of isolated credentials allowed bypasses of approvals and sandboxes during Codex MCP execution. Attackers could exploit loopback communication routes to run unauthorized commands.
Authentication Bypass: Privileged MCP orchestrator tools were exposed without proper authentication. Implementing bearer token validation using constant-time comparison against a disk-backed secret is critical to prevent brute-force and timing attacks.
Information Disclosure: OAuth and bearer tokens were leaked in plaintext URL parameters during failure-path redirects, exposing sensitive credentials to browser history and referral headers.