A service boundary accepts valid traffic but mishandles duplicate, stale, or unauthorized records. The affected area is model validation.
Repair the model validation dependency calls implementation so it retries transient failures with bounded exponential delays and stops permanent failures.
Evidence
- Affected surface: FastAPI / model validation.
- Observed failure family: plan bounded retries.
- Scope policy: authorized must equal true.