This audit follows the introduction of first-class Monad support in Foundry and a sequence of focused follow-up PRs intended to tighten network dispatch, isolate Monad-specific state and behavior, and reduce its footprint in generic EVM infrastructure:
- #15343 — Monad Foundry — Introduced first-class Monad support across Forge, Cast, Anvil, Chisel, tracing, cheatcodes, and shared EVM infrastructure.
- #16150 — fix(evm): honor explicit fork network — Preserved an explicitly selected execution network instead of allowing fork inference to override it.
- #16151 — fix(anvil): preserve fork endpoint identity — Kept authoritative endpoint identity across fork URL replacement and reset validation.
- [#16157 — refactor(ci): group Monad checks](https://github.com/foundry-rs/foundry/pu