cerberust 0.1.0

Fast Rust guardrails for LLM input/output — composable scanners (PII, secrets, prompt-injection) and streaming middleware.
Documentation
1
2
3
4
5
6
7
8
cerberust

This project's design was inspired by Protect AI's llm-guard
(https://github.com/protectai/llm-guard), a Python toolkit for securing LLM
input and output. cerberust borrows concepts — the scanner/vault model, the
reversible-redaction approach, and the prompt-injection classifier
(protectai/deberta-v3-base-prompt-injection-v2) — but shares no source code with
it. We credit llm-guard as prior art with thanks.