Highlights
Code Execution: 1 prior fix. Scrutinize any change in this area.
.github/workflows/*.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.
Supply Chain: Use of mutable GitHub Actions tags allows a compromised tag to inject malicious code into CI, affecting the build and release pipeline.
Code Execution: AutoConfig.from_pretrained with trust_remote_code=True can execute arbitrary code from the Hugging Face Hub, leading to RCE when processing untrusted models.