AntiPattern
Conditional Guards Skipped
conditional-guards-skipped
Input validation and readiness gates are applied only at narrow entry points (routes/handlers or a single UI check), so some execution paths (workers, internal callers, background jobs, or early RPCs) bypass them, causing incorrect routing, invalid state writes, or cascading failures downstream.