Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
.github/workflows/ci.yml: most-fixed (1 issue). Treat as high-risk during review.
2 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 workflow used template interpolation to pass inputs to the re-actors/alls-green action, allowing injection of arbitrary commands via crafted input values. This was fixed by switching to environment variables.
Auth Bypass: The label-triggered audit workflow allowed unauthorized access to secrets and write operations via issue comments from forks. The fix restricted to same-repo PRs and reduced permissions.