Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
.github/workflows: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: Workflows triggered by pull requests could checkout untrusted code within a privileged context, potentially leading to unauthorized execution or secret exfiltration. This was mitigated by explicitly pinning checked-out code refs.
Denial of Service: The LLM proxy could experience runtime crashes or lockups due to LiteLLM logging worker queues remaining bound to an obsolete asyncio event loop across proxy restarts.