scan_prompt
Detect secrets, PII, code, and jailbreak attempts in text before sending it to a local LLM. Returns findings and a weighted risk band for safe pre-checking.
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 |