Security context

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

1inch/cross-chain-swap
master @ ada243b
7
Fixes
0
CVEs
HIGH
Peak severity
57.1%
Coverage
Highlights
Access Control: 5 prior fixes. Scrutinize any change in this area.
contracts/EscrowFactory.sol: most-fixed (3 issues). 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.

Access Control: Multiple fixes in this component address unauthorized partial fills and index reuse, indicating a critical validation gap on the fill path.
Access Control: Two commits fix index validation and reuse across these components, showing a shared vulnerability in tracking used order parts.
Access Control: Improper immutable validation in zkSync mocks could allow bypassing access controls; the fix calls the base implementation.