High-performance guards against prompt injection, jailbreaks, and adversarial attacks. Built in Rust for speed. Designed for production.
Combine pattern matching, ML classification, and semantic analysis for comprehensive protection.
Built in Rust with zero-copy parsing. Process thousands of requests per second with sub-millisecond latency.
Generate reports for NIST AI RMF, EU AI Act, and SOC 2. Built-in audit logging and telemetry.
Add protection to your LLM pipeline in minutes.
use oxideshield_guard::{MultiLayerGuard, GuardConfig};
let guard = MultiLayerGuard::new(GuardConfig::default());
let result = guard.check("user input here").await?;
if result.is_blocked() {
// Handle blocked input
println!("Blocked: {}", result.reason());
}
Start free with our Community edition. Upgrade as your security needs grow.
For individuals, evaluation, and open source
For startups, small teams, and chat bots
For large organisations and regulated industries