guard
Run a deterministic pre-ship gate on AI output to detect leaked secrets, prompt injection, and PII, returning safe_to_ship and block reasons.
Instructions
ONE deterministic pre-ship trust gate for AI/agent output. Runs leaked-secret detection (20+ providers), prompt-injection / jailbreak detection, and PII / compliance detection together -> returns safe_to_ship (bool) + block_reasons. No model, no API key, no token cost; same input gives the same verdict every time. Use before sending model output to a user, committing generated code, or forwarding untrusted text into another prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | the text/output to gate before shipping | |
| context | No | optional ground-truth context (reserved) | |
| block_at | No | severity at which to mark unsafe (default medium) |