★ delegatecall/call in proposal execution without allowlist
StakeWise v3'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 #
No on-chain Governor contract (governor_address null in cache). Governance execution = Snapshot off-chain vote then 4-of-7 Safe manual co-signing then Safe execTransaction. Each Safe transaction requires explicit construction and co-signing by 4 of 7 signers. No automated executor contract accepting proposal-supplied arbitrary targets. delegatecall/call with user-supplied targets is not present in the execution path.
Sources #
- EtherscanStakeWise: MultiSig | EtherscanDAO Treasury Safe: execTransaction requires 4-of-7 explicit co-signing; no automated executor contract in Safe module listretrieved 2026-05-16
- StakeWise data cache — no on-chain Governor00-data-cache.json sources.governance: governor_address null; type snapshot_onlyretrieved 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 →