Deferred Audit Finding
- Finding ID: AUD-D03
- Severity: P2 (selection policy consistency)
- Target milestone: next patch release
Problem
Hybrid selector currently may return an unavailable account when all are unavailable. Policy intent should be explicit and consistently enforced.
Scope
- Decide policy: strict
null fallback vs current LRU fallback
- Align
rotation.ts, accounts.ts, and request traversal with that policy
- Add/adjust regression tests to codify the chosen behavior
Acceptance Criteria
- All-unavailable behavior is explicit and deterministic.
- Selection + request flow semantics are internally consistent.
- Tests clearly encode expected fallback behavior.
- Full validation gate remains green.
Deferred Audit Finding
Problem
Hybrid selector currently may return an unavailable account when all are unavailable. Policy intent should be explicit and consistently enforced.
Scope
nullfallback vs current LRU fallbackrotation.ts,accounts.ts, and request traversal with that policyAcceptance Criteria