Highlights
Command Injection: 1 prior fix. Scrutinize any change in this area.
.github/workflows/release.yml: 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: Direct interpolation of workflow dispatch inputs into inline shell scripts allowed execution of arbitrary commands in the context of the runner. Developers must pass external inputs via environment variables rather than direct shell expansion.
Race Condition: Concurrent invocation of the client accessor allowed multiple instances to bypass global rate-limit configurations. Implementing thread-safe double-checked locking is required to enforce singleton behaviors under high concurrency.