Authorization error path fails open
Exact source evidence
segment-11/auth-fail-open/case_001.ts12} catch {
13return true;
14}
SNIPPET c722c49f…dfa087 · FILE 8b868366…c18c683
Exception becomes access
A failed authorization dependency returns allow, so the protected operation proceeds.
Deny every error path
Authorized behavior stays unchanged; dependency failures become attributable denials.