Security context

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

fengshao1227/ccg-workflow
main @ 9e3aa94
2
Fixes
0
CVEs
MEDIUM
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
codeagent-wrapper/executor.go: most-fixed (1 issue). Treat as high-risk during review.
0 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.

Command Injection: The project executed shell commands using PowerShell via execSync with inadequately escaped and quoted path variables. This permitted command injection on Windows systems during environment initialization.
Auth Bypass: Executing external tools like the Gemini CLI inside project directories allowed local configuration overrides via project-level `.env` files. This required enforcing working directory isolation to prevent context-jacking and unauthorized access.