Tool approval
This Content policy pauses a selected tool before execution and creates an administrator approval request.require_approval requires exactly evaluateOn: ["pre_tool"]. The group name
is resolved to a canonical directory binding when the policy is saved.
Result filtering
This Content policy removes objects classified as sensitive from a structured tool-result array.rows array.
onUnavailable: "block" prevents the original unfiltered result from
continuing if the expected structure is absent.
MCP control
This Content policy blocks one MCP tool for a selected group.Destination block
This Access policy blocks an AI destination at the endpoint route and provides a user-facing notification.acknowledgeBroadScope is required.
Account review
This Access policy records proven personal-account use for review without blocking the activity.Runtime quarantine
This Access policy blocks a selected runtime and authorizes quarantine after the block.process.id condition.
The selected enforcedBy integration must advertise support for
quarantineRuntime on local_runtime.
Rego match
This is thelogic.module for a Content policy that blocks a Shell tool call
when its structured command targets a production path:
appliesTo, evaluateOn: ["pre_tool"], and
action: "block". Rego supplies only the match result.