Security context

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

kiwicom/orbit
master @ 126c406
3
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
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.