defirisk.co
rubric v1.7.0

Oracle staleness check present

OpenEden's assessment for RD-F-059 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.

Evidence summary #

Vault staleness check present: if (block.timestamp - updatedAt > 7 days) revert TBillPriceOutdated(updatedAt). Threshold is 7 days (604,800 seconds). This is wide for a daily-push NAV oracle — best practice would be 24–48 hours. However, for a T-bill NAV oracle subject to bank holidays and weekend closures, a 7-day window has documented operational rationale (3-day buffer mentioned in source context). Not red (check exists and halts on staleness), but yellow (threshold wider than best practice).

Sources #

Methodology #

Determine whether the protocol rejects oracle reads older than a declared maximum age (i.e., checks `updatedAt > block.timestamp - maxStaleness`).

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol openeden factor RD-F-059 score yellow collected_at 2026-05-16 10:11:45