scan_agent_prompt
Analyzes a prompt for malicious intent and returns BLOCK, WARN, LOG, or ALLOW. Choose verbosity for minimal action, compact findings, or full audit details.
Instructions
Scan a prompt for malicious intent. Returns BLOCK/WARN/LOG/ALLOW. Use verbosity='minimal' for action only, 'compact' (default) for findings, 'full' for audit details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional context for better analysis | |
| verbosity | No | Response detail level: 'minimal' (action only), 'compact' (default), 'full' (all details) | |
| prompt_text | Yes | The prompt or instruction text to analyze |