defirisk.co
rubric v1.7.0

Reinitializable implementation (no _disableInitializers)

Hyperlane's assessment for RD-F-143 — scored red on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.

Evidence summary #

Mailbox.sol constructor does NOT call _disableInitializers(). Constructor only sets immutable localDomain. The initialize() function uses the initializer modifier but only on the proxy side — the bare implementation contract is not locked. HypERC20Collateral.sol constructor also does not call _disableInitializers(). Any caller can initialize the unprotected implementation contract directly, enabling a proxy takeover scenario.

Sources #

Methodology #

Determine whether the implementation contract does not call `_disableInitializers()` in its constructor, leaving re-initialization possible.

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol hyperlane factor RD-F-143 score red collected_at 2026-05-16 23:03:56