Security context

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

huggingface/accelerate
main @ fd01e35
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
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.