validate_scope_contract
Check if an agent action complies with its scope contract by validating tool usage against allowlists, file access against permitted paths, and boundary constraints (no_network, read_only, no_exec, no_secrets).
Instructions
Check if an agent action complies with its scope contract. Validates tool usage against allowlists, file access against permitted paths, and boundary constraints (no_network, read_only, no_exec, no_secrets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action to validate against the scope contract | |
| scope_contract | Yes | The agent scope contract defining permitted actions |