Security context

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

hoarder-app/hoarder
main @ ebf892c
19
Fixes
0
CVEs
HIGH
Peak severity
26.7%
Coverage
Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
apps/workers/network.ts: most-fixed (2 issues). Treat as high-risk during review.
11 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.

SSRF: Multiple SSRF fixes address DNS rebinding and redirect-based bypasses across different worker paths, indicating a persistent risk of accessing internal resources.
Stored XSS: User-controlled data (tag names, names, scraped HTML) is interpolated into HTML without sanitization, leading to stored XSS across multiple components.
Auth Bypass: Missing session, role, or token checks across settings, signup, metrics, and admin endpoints indicate inconsistent authentication enforcement.