defirisk.co
rubric v1.7.0

Reentrancy guard on external-calling functions

Lista DAO'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 #

Interaction.sol implements custom nonReentrant modifier (boolean flag _entered, lines 116-121) applied to deposit(), borrow(), payback(), withdraw(). Functionally equivalent to OZ ReentrancyGuard for these core functions. PSM.sol uses OZ pause-based protection. No missing reentrancy guards found in core functions.

Sources #

  • GitHub
    Interaction.sol Reentrancy GuardInteraction.sol lines 116-121 — custom nonReentrant modifier applied to deposit/borrow/payback/withdrawretrieved 2026-05-12

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 lista-dao factor RD-F-014 score green collected_at 2026-05-12 17:54:05