hejdar_evaluate
Evaluate AI agent actions against security policies before execution to determine if they are permitted, returning ALLOW, DENY, or WOULD_DENY decisions.
Instructions
Evaluate an AI agent action against Hejdar security policies BEFORE executing it. Returns ALLOW, DENY, or WOULD_DENY. Call this before any sensitive action (read, write, delete, transfer, execute) to check if the action is permitted by organizational policy. If the decision is DENY, do NOT execute the action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | The type of action the agent intends to perform | |
| resource | Yes | The target resource or system the action applies to, e.g. 'customer_database', 'employee_records', 'email_system' | |
| agent_name | No | Name identifying this agent, e.g. 'hr-assistant', 'finance-bot' | |
| context | No | Optional metadata about the action — department, user_id, reason, data_classification, etc. |