defirisk.co
rubric v1.7.0

Reentrancy guard on external-calling functions

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

Evidence summary #

StakingManager has nonReentrant on 8 functions (stake, queueWithdrawal, confirmWithdrawal, batchConfirmWithdrawals, processValidatorWithdrawals, processValidatorRedelegation, queueL1Operations, processL1Operations). ValidatorManager has nonReentrant on 4 functions.

Sources #

  • GitHub
    ValidatorManager.solValidatorManager.sol — nonReentrant on validator management functionsretrieved 2026-05-17
  • GitHub
    StakingManager.solStakingManager.sol — nonReentrant on 8 external-calling functions confirmedretrieved 2026-05-17

Methodology #

Determine whether all state-mutating functions that perform external calls carry `nonReentrant` or an equivalent reentrancy guard.

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol kinetiq factor RD-F-014 score green collected_at 2026-05-17 15:29:57