scan_prompt
Pre-check text for secrets, PII, code, or jailbreaks using a deterministic scan. Returns findings with a risk band to govern local model usage.
Instructions
[READ] Pure content scan of a text for secrets / PII / code / jailbreak.
No Ollama call — a deterministic scan returning findings + a weighted risk band. Use it to pre-check anything before sending it to a local model.
Args: text: The text to scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |