is_sensitive
Detect whether text contains sensitive information using an on-prem LLM guardrail before forwarding to external services.
Instructions
Return True if text contains sensitive information (holistic LLM gate).
Requires the on-prem LLM layer: set WARDCAT_LLM_MODEL (e.g. llama3.2:3b).
Use it as a guardrail before forwarding text to an external service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |