Highlights
Insecure TLS Configuration: 1 prior fix. Scrutinize any change in this area.
.github/workflows/*.yml: most-fixed (1 issue). Treat as high-risk during review.
3 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.
Sandbox Escape / Privilege Escalation: The sandbox was introduced as a defense-in-depth layer, but its absence or misconfiguration could allow a compromised server to execute arbitrary syscalls or access unintended files, leading to full host compromise.
Insecure TLS Configuration: Without proper TLS verification, model downloads and server communication are vulnerable to man-in-the-middle attacks, potentially injecting malicious model weights or intercepting sensitive data.
Supply Chain Attack: Unpinned GitHub Actions allow a compromised action or registry to inject malicious code into the CI/CD pipeline, potentially leading to backdoored releases.