Patronus Protect
AI & ML interests
memory efficient on-device AI security
Recent Activity
🛡️ Patronus Protect
An on-device AI firewall. It watches the AI traffic going in and out of your apps, browsers, IDEs, native apps, MCP servers, and blocks what shouldn't get through: prompt injections, leaked secrets, shadow AI. Everything runs locally, nothing is sent to a cloud, and it works with any provider (Claude, OpenAI, Gemini, Copilot, Ollama, …).
Patronus Ark
Patronus Ark is the scanning engine underneath the app: a Rust core with Python bindings that scans in three escalating layers, so most traffic is resolved before a transformer ever runs.
| Layer | What runs | Cost |
|---|---|---|
| L1 | Native rule-based detectors | microseconds |
| L2 | Small classifiers sharing one encoder | milliseconds |
| L3 | Full quantized transformers, lazily loaded | only for the uncertain rest |
Across those layers it catches prompt injection and jailbreaks, PII, secrets and DLP leaks, sensitive documents, risky agentic tool use and MCP policy violations, plus routing and threat classification, all on the endpoint.
Ark is open source (dual license available): GitHub repository and
product page. Install it with pip install patronus-ark.
The models 🤗
Our detectors, trained for the firewall and shared openly. Use them, fine-tune them, benchmark against them, and tell us where they fall short:
- 🐺 Wolf Defender: prompt-injection detection and threat classification (EN/DE)
- Orca Sonar: document classification for DLP and sensitive-document routing
- 🦁 Lion Warden: one unified seven-head AI-security model
- 🐕 Husky (Sight / Paw / Nose): agentic tool use, covering tool type, operation and data-flow risk
- 🐆 Panther Read: user-intent and request routing
- 🦈 Shark Scent: PII detection
- GLiNER Edge: quantized zero-shot entity extraction (upstream GLiNER, Apache-2.0)
Deliberately small: ModernBERT under the hood, ONNX-quantized (INT8/INT4), a few hundred MB of RAM, so they run happily on a laptop instead of a GPU rack.
The app, with downloads for macOS and Windows, lives at patronus.studio. Model overview: patronus.studio/product/ai-models. Blog: Our AI-Security Model Zoo Is Now Open Source (Deutsch). Come say hi.