guardrail_check_payload
Recursively checks JSON payloads for dangerous patterns to ensure safe processing of user-supplied content before task execution.
Instructions
Check a full dict/JSON payload for dangerous patterns.
Recursively inspects all string values in the payload. Useful before calling task_run or other write tools with user-supplied content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The dict payload to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||