check_action
Verify if an action complies with covenant rules by checking permissions against behavioral constraints, enabling runtime enforcement and audit trail generation.
Instructions
Check whether an action is allowed or blocked by the current covenant rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action name to check, e.g. 'delete_user' | |
| params | No | Optional parameters for the action |