runtime-agency-gate-stack / RUNTIME_GATE_MODEL.md
HirModel's picture
Upload 14 files
23fc561 verified
|
Raw
History Blame Contribute Delete
568 Bytes
# Runtime Gate Model
The browser currently demonstrates the following gate pattern:
```text
browser event
→ HIR/OAM evaluation
→ GREEN / YELLOW / RED gate
→ action
→ audit-chain event
```
## Example browser event types
- address bar navigation
- main frame request
- page text pressure scan
- permission request
- memory admission / set-cookie
- cookie changed
- download request
- mode changed
## Gate behavior
GREEN: allow
YELLOW: allow with review, isolate, require review, observe and log
RED: hard-stop, block, quarantine, show RED hard-stop page