aletheia_intercept
Evaluate tool calls against safety rules to block destructive, out-of-boundary, or prompt-injected operations before they execute.
Instructions
Universal sub-millisecond safety gatekeeper. Evaluates any proposed tool invocation against Signature S3 (Scope Creep) and S2b (Prompt Injection) to block destructive, out-of-boundary, or compromised actions before execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_args | Yes | The argument dictionary intended for the tool call. | |
| tool_name | Yes | The name of the tool intended to be called (e.g. 'bash', 'execute_sql', 'write_file'). | |
| mandate_override | No | Optional one-off overrides to apply to the evaluation. |