enforce_intent
Apply an intent sandbox manifest to determine if an action is allowed, requires review, or should be blocked, without executing commands. Enforce security policies for agent intent requests.
Instructions
Apply an intent sandbox manifest and return allow, review, or block without executing commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | No | Intent manifest with allowed roles and commands. | |
| intent_id | Yes | Canonical intent requested by the agent. | |
| actor_role | No | Optional role requesting the intent. | |
| parameters | No | Optional structured intent parameters. | |
| policy_pack_path | No | Path to a Policy Pack directory. |