LLR-011ms
Authority Boundary Reflex
Stops immediately when a required capability is outside the agent granted set, or when an admin, write, or gate escalation pattern appears.
Evaluates only set membership between requiredCapabilities and grantedCapabilities. It performs no I/O, model calls, or database reads.
LLR-021ms
Irreversibility x Consent Reflex
Blocks irreversible and externally visible side effects such as delete, send, publish, charge, or export when consent or evidence is missing.
Folds a static action type table, externalVisibility, consent confirmation, and evidenceIds through an AND check.
LLR-031ms
Local Loop Reflex
Looks only at retries, corrections, and failed gates inside the current episode to stop obvious local thrashing.
Keeps cross-run history and authoritative loop budgets in the slow path, while the reflex checks local counters only.
LLR-042ms
Prohibited Pattern Reflex
Stops unsafe intent, self-modification of harnesses, gates, or policies, and attempts to bypass consent or gates.
Evaluates structural target matches and denylist membership from a versioned policy. Semantic review remains in the slow path.
LLR-052ms
Stakes & Identity Reflex
Quickly identifies protected subjects, unverified identity, high stakes, and above-threshold actions as outside machine-only judgment.
Uses static table checks for subjectClass, stakes tier, identityVerified, and amountUsd to return ESCALATE_COUNSEL or REQUIRE_APPROVAL.