Security context

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

vasu-devs/justhireme
main @ f0a3d0d
9
Fixes
0
CVEs
HIGH
Peak severity
57.1%
Coverage
Highlights
Path Traversal: 2 prior fixes. Scrutinize any change in this area.
backend/api/app.py: most-fixed (2 issues). Treat as high-risk during review.
4 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.

Prompt Injection: Untrusted web content from external job pages can manipulate agent instructions, leading to unauthorized actions during browser automation processes. Ensuring hard constraints in system instructions is vital.
SSRF: The portfolio crawler's request routing can be abused to probe loopback, private RFC1918 networks, and cloud metadata endpoints, exposing internal services to external actors.
Path Traversal: Unsanitized job identifier inputs are directly concatenated to construct local file paths during PDF generation, allowing attackers to write or read arbitrary files on the system.