★ delegatecall/call in proposal execution without allowlist
Marinade Finance's assessment for RD-F-039 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Solana SPL-governance uses typed CPI (cross-program invocation) to specific program instruction handlers, not EVM-style delegatecall/call with arbitrary payload. Proposal execution calls defined program instructions through SPL-governance's native mechanism. The arbitrary-target delegatecall attack surface does not exist in Solana's execution model. Factor is N/A as defined but green on the underlying safety property.
Sources #
- DocsMarinade DAO | Marinade DocumentationMarinade DAO docs — Realms governance mechanismretrieved 2026-05-16
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 →