guardrail_override
Record an audited override when an action is blocked but explicitly authorized, storing reasoning as a private session memory entry for compliance.
Instructions
Active Guardrails: Record a guardrail override with full audit trail. Required when guardrail_check returns 'block' but the action is explicitly authorized. The override is stored as a private session memory entry for audit. Requires explicit reasoning (min 10 chars).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command that was blocked | |
| agent_id | No | Agent identifier for audit trail | unknown |
| reasoning | Yes | Explicit reasoning why this action is safe despite the guardrail block. Minimum 10 characters. | |
| matched_rules | No | The matched_rules array from the guardrail_check response |