Highlights
Command Injection: 1 prior fix. Scrutinize any change in this area.
.eslintrc.js: 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.
Command Injection: Untrusted github.head_ref is interpolated directly into a shell command, allowing an attacker-controlled branch name to inject arbitrary commands.
Supply Chain Attack: Unscoped internal package name and non-wildcard version allowed dependency confusion, tricking npm into resolving a malicious public package.
Privilege Escalation: Overly permissive GITHUB_TOKEN permissions could let a compromised workflow modify repository contents or exfilrate secrets.