defirisk.co
rubric v1.7.0

Arbitrary call with user-controlled target

Beefy Finance'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 external call with user-controlled target+data in vault contracts. BeefyVaultV7 calls only named interfaces (strategy, want token). inCaseTokensGetStuck() calls IERC20(_token).safeTransfer with onlyOwner gate and want-token safety check. No LIFI-class pattern identified.

Sources #

  • GitHub
    BeefyVaultV7.solBeefyVaultV7.sol — inCaseTokensGetStuck: onlyOwner + require(_token != want()); no unconstrained external callretrieved 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 beefy factor RD-F-013 score green collected_at 2026-05-16 13:10:30