scan_batch
Scan multiple texts simultaneously for security threats like prompt injections, jailbreaks, and social engineering attacks using batch processing.
Instructions
Scan multiple texts for security threats.
Scans each text individually and returns all results. Useful for checking multiple user inputs, chat messages, or document sections in one call.
Args: texts: List of texts to scan (max 10 per call).
Returns: List of scan results, one per input text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes |