·
A plain-language permission policy correctly blocked 76 of 80 truly prohibited actions (95.0%) while wrongly blocking only 11 of 120 legitimate ones (9.2%), and ten of those eleven mistakes were the same kind of mistake: referring to a blocked thing in passing rather than actually reaching it.
·
When the state describing an action was broken, truncated, emptied, or replaced with garbage, the gate quietly let prohibited actions through 87% of the time (13 of 15 rows) instead of refusing to answer, and gave no signal that anything was wrong.
·
A cheap one-question first pass agreed with the full four-question check on 298 of 300 rows (99.3%) while cutting token use by about 47%, showing a two-stage design can save real cost without giving up much accuracy.
·
The irreversibility gate scored destructive-sounding but harmless actions like clearing a cache at 0.622 on average, higher than genuinely irreversible actions like a payment or a deletion at 0.508 - it is reading the verb, not the consequence.
·
Giving the model a one-line stated goal alongside each of a session’s prior actions raised detection of a disguised repeat attempt from 67.5% to 90.0%, a 22.5-point jump, with zero new false alarms on 40 control cases.