★ delegatecall/call in proposal execution without allowlist
Jupiter's assessment for RD-F-039 — scored not_applicable on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Solana programs do not use EVM delegatecall opcode. Solana Cross-Program Invocations (CPIs) are structurally different — they do not allow arbitrary target execution in the EVM delegatecall sense. Jupiter DAO proposals on Realms were off-chain governance signals, not on-chain executor contracts with arbitrary calldata payloads. This factor's specific threat model does not apply to Solana-native governance architecture.
Sources #
- Docs
Methodology #
Determine whether the governance executor contract uses `delegatecall` or `call` with proposal-supplied target, without enforcing an allowlist of permitted targets.
See the full factor methodology and distribution across all protocols →