Security context

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

axelarnetwork/axelar-cgp-solidity
main @ 43ec407
4
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Access Control: 3 prior fixes. Scrutinize any change in this area.
contracts/AxelarAuthMultisig.sol: most-fixed (1 issue). 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.

Access Control: Upgrade function lacked contract ID verification, allowing upgrade to a wrong or malicious implementation.
Access Control: Upgrade function lacked codehash verification, enabling unauthorized implementation swaps.
Auth Bypass: Signature validation and epoch-based key retention were insufficient, allowing auth bypass.