Security context

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

openai/openai-agents-js
main @ 85670fa
11
Fixes
0
CVEs
HIGH
Peak severity
77.8%
Coverage
Highlights
Path Traversal: 6 prior fixes. Scrutinize any change in this area.
.github/workflows/changeset.yml: most-fixed (1 issue). Treat as high-risk during review.
6 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.

Path Traversal: Git repository subpaths and artifact materialization are susceptible to directory traversal beyond the repository root if not explicitly normalized and validated.
Path Traversal: Workspace tar archives containing absolute or relative symbolic links can traverse sandbox directory roots during hydration unless explicitly rejected.
Path Traversal: Improperly escaped path parameters executed within Docker container environments can lead to command injection unless strictly filtered using shell quoting.