Security context

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

Graphify-Labs/graphify
v8 @ 680e3ed
35
Fixes
0
CVEs
HIGH
Peak severity
30.0%
Coverage
Highlights
Denial of Service: 9 prior fixes. Scrutinize any change in this area.
graphify/detect.py: most-fixed (6 issues). Treat as high-risk during review.
21 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: Multiple fixes address shell injection via unquoted variables, backticks, and attacker-controlled git branch names, indicating a persistent pattern of unsafe subprocess/shell construction.
Denial of Service: Nine fixes target resource exhaustion via zip bombs, XML entity expansion, oversized JSON, and unbbounded retries/workers, showing a systemic lack of input size and decompression limits.
Reflected/Stored XSS: Multiple fixes address XSS via unescaped HTML embedding and JSON serialization, in exported reports and visualizations, indicating a recurring failure to escape user data in HTML/JS contexts.