Arbitrary call with user-controlled target
mETH Protocol'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 #
No arbitrary call with user-controlled target/data found in source inspection. All external calls are to typed interfaces (IStaking, IOracle, IERC20) with fixed selectors. Staking.sol receive() explicitly reverts: 'revert DoesNotReceiveETH()' preventing ETH donation attacks.
Sources #
- GitHubStaking.sol — arbitrary call pattern inspectionStaking.sol source: receive() reverts DoesNotReceiveETH(); no arbitrary call target pattern foundretrieved 2026-05-16
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 meth-protocol factor RD-F-013 score green collected_at 2026-05-16 02:17:50