The model returns a single continuous safety score from one forward pass, which can be thresholded for a binary safe/unsafe decision . Mistral recommends one policy per query; for multiple policies, each gets its own inference call
.
This design eliminates the need for a fixed harm taxonomy baked in during training. Instead, Shieldstral adapts to any policy a developer can express as a yes/no question — making it possible to consolidate diverse safety datasets built on different taxonomies into a single training framework .
Shieldstral matches or outperforms open guard models up to 7× its size on text safety and sets a new state of the art on multimodal safety . The following results are from Mistral's published evaluations
:
Text safety classification — F1 (%)
| Benchmark | Shieldstral-3B | GPT-OSS-Safeguard-20B | Qwen3Guard-8B | LlamaGuard-4-12B |
|---|---|---|---|---|
| WildGuardTest | 88.1 | 87.3 | 88.2 | 74.3 |
| ToxicChat | 84.1 | 79.8 | 75.6 | 51.0 |
| Aegis v2 | 86.2 | 84.4 | 84.6 | 71.5 |
| HarmBench | 99.4 | 94.5 | 99.3 | 97.9 |
Multimodal safety — F1 (%)
| Benchmark | Shieldstral-3B | OmniGuard-7B | LlavaGuard-7B | LlamaGuard-4-12B |
|---|---|---|---|---|
| VLGuard | 97.7 | 88.5 | 69.5 | 59.9 |
| UnsafeBench | 81.8 | 72.6 | 63.9 | 30.8 |
Overall text safety F1: 84.9%; multimodal safety F1: 83.8% — ahead of every model tested . On text safety, Shieldstral's 84.9% is tied with GPT-OSS-Safeguard-20B, a model nearly 7× its size
.
Mistral has not published a specific roadmap for Shieldstral beyond the 1.0 release. The model is positioned as an inaugural member of the Open Secure AI Alliance (with NVIDIA and others) and as a foundational building block for policy-adaptive safety . Given Mistral's stated ambition to be a "full-stack player" in AI — from chips in data centers to software applications — future iterations of Shieldstral could see larger scale, broader modality support, or tighter integration with Mistral's agentic tools (Vibe, Forge) and enterprise deployment stack
. No version cadence or specific feature timeline has been announced.
Because Shieldstral is released under open weights with an Apache 2.0 license, any organization can download and self-host the model without a commercial agreement with Mistral . This shifts content moderation governance in-house: teams can adapt harm taxonomies to specific audiences or deployment contexts without retraining the underlying model, and they can threshold safety scores to match their own risk tolerance
. The model is designed for prompt moderation, response moderation, prompt-response pair classification, refusal detection, and general safety filtering across text and image inputs
.