★ Public initialize() without initializer modifier
Jupiter's assessment for RD-F-022 — scored gray on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
OpenZeppelin initializer modifier is EVM/Solidity-specific. Solana Anchor programs use different initialization patterns (account discriminators, init constraints). The underlying risk (unprotected re-initialization) exists conceptually on Solana but the specific detector mechanism does not apply. Additionally, closed-source binary prevents source inspection. Gray — structurally different substrate and source unavailable.
Sources #
- Curator noteprocess-learnings.md §Non-EVM / L1-nativeNon-EVM template: EVM initializer modifier not applicable on Anchor/Rust programs; closed-source binary prevents inspectionretrieved 2026-04-29
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 →