Security context

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

3FLabs/grunt
main @ 96a18e3
6
Fixes
0
CVEs
HIGH
Peak severity
75.0%
Coverage
Highlights
Access Control / Transfer Restrictions Bypass: 1 prior fix. Scrutinize any change in this area.
src/request/Request.sol: most-fixed (3 issues). Treat as high-risk during review.
5 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.

Access Control Bypass: Zero-delta and zero-mint settle branches only checked paused(), allowing a blocklisted MINTER_ROLE caller to bypass the transfer guard.
Reentrancy: consume() calls onRequestConsumed callback which can re-enter pullFunds() or authorizeMinting(), leading to unauthorized minting.
Business Logic Error / Disabled Security Check: initialize() with safeLtv_ = 0 disables critical health checks, allowing unsafe borrowing positions.