★ Public initialize() without initializer modifier
Veda (BoringVault)'s assessment for RD-F-022 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
No initialize() function found in any of the reviewed core contracts. BoringVault, AccountantWithRateProviders, AccountantWithFixedRate, ManagerWithMerkleVerification, LayerZeroTeller, and LayerZeroTellerWithRateLimiting all use standard constructors. The architecture is deliberately non-upgradeable (immutable primitives). No unprotected initialize() exists.
Sources #
- GitHubAccountantWithRateProviders.sol — constructor onlyAccountantWithRateProviders.sol — constructor with rate parameters; no initialize()retrieved 2026-05-17
- BoringVault.sol — constructor onlyBoringVault.sol — constructor(address _owner, string _name, string _symbol, uint8 _decimals); no initialize()retrieved 2026-05-17
- LayerZeroTeller.sol — constructor onlyLayerZeroTeller.sol — constructor with endpoint params; no initialize()retrieved 2026-05-17
Methodology #
Determine whether any implementation contract exposes `initialize(…)` without the OpenZeppelin `initializer` modifier or equivalent initialization lock.
See the full factor methodology and distribution across all protocols →
rubric_version v1.7.0 protocol veda factor RD-F-022 score green collected_at 2026-05-17 12:41:22