Safety classifications
One profile. No escape hatch.
- read (navigation, assertions): always allowed
- write-low (form input, drafts): allowed
- write-high (delete, purchase, transfer): blocked unconditionally
The runtime enforces a single policy profile (controlled-web).
There is no CLI flag, environment variable, or API argument to weaken it.
Sensitive input (passwords, credit cards) is blocked unless explicitly allowed per-call.