defirisk.co
rubric v1.7.0

Arbitrary call with user-controlled target

Rocket Pool's assessment for RD-F-013 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.

Evidence summary #

All external call targets are resolved via RocketStorage.getContractAddress() — trusted registry lookups, not user-supplied. No arbitrary call(target, data) with user-controlled args found in source inspection. The onlyLatestNetworkContract modifier in RocketBase gates all sensitive cross-contract calls.

Sources #

  • GitHub
    RocketStorage.solRocketStorage.sol — getContractAddress() used for all cross-contract callsretrieved 2026-05-04

Methodology #

Determine whether any contract performs `.call(target, data)` where target and/or data is user-supplied without a target allowlist or selector filter.

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol rocket-pool factor RD-F-013 score green collected_at 2026-05-04 15:40:28