AI security guardrails fail across non-English languages

# AI security guardrails fail across non-English languages, researchers warn AI models can process dozens of languages, but the safety layers meant to keep them in check predominantly speak English. A Dark Reading investigation published last month highlights a growing concern: organizations operating across multiple languages face uneven protection against jailbreaks, prompt injection, and unsafe model outputs. The report centers on findings from AI security vendor DeepKeep, which published a

2 min
AI security guardrails fail across non-English languages

# AI security guardrails fail across non-English languages, researchers warn

AI models can process dozens of languages, but the safety layers meant to keep them in check predominantly speak English. A Dark Reading investigation published last month highlights a growing concern: organizations operating across multiple languages face uneven protection against jailbreaks, prompt injection, and unsafe model outputs.

The report centers on findings from AI security vendor DeepKeep, which published a blog post on July 22 titled "Your AI Speaks 100 Languages. Your AI Security Layer Doesn't." The core problem is that leading models from OpenAI, Google, and Anthropic demonstrate strong performance in roughly 30 to 40 languages, but safety tuning, behavior alignment, and reinforcement learning rely heavily on English-speaking annotators.

English benefits from disproportionate training data and tokenization schemes that represent it more efficiently than other languages. Academic research shows LLMs perform logic, reasoning, coding, and math tasks best when prompted in English. Less-supported languages like Welsh and Swahili can handle only basic prompts and may produce grammatical errors.

The security gap emerges because guardrails built on top of models inherit these disparities. A jailbreak attempt phrased in a less-supported language may bypass filters that would catch the same attempt in English. Security intent can shift during translation, making malicious prompts less explicit and harder to detect.

European organizations face particular exposure. The EU's regulatory and economic bloc encompasses dozens of languages, and cross-border operations are routine. A model that safely handles French or German may not apply the same constraints when prompted in Hungarian or Maltese.

Chinese models like Qwen and DeepSeek outperform Western models on Chinese text and cultural context, representing a partial exception to the English-centric pattern. Some initiatives are underway to improve language support in Europe and the Middle East, but the gap remains wide.

Runtime AI firewalls and policy enforcement tools offer a partial mitigation, blocking suspicious tool calls, preventing data exfiltration, and logging prompt injection attempts. These tools add a separate enforcement layer independent of the model's own safety training, but their effectiveness across all languages is not yet well documented.

## Sources

- [Europe's Multilingual Reality Exposes AI Security Gaps](https://www.darkreading.com/cybersecurity-operations/europes-multilingual-reality-exposes-ai-security-gaps) - Dark Reading, July 24, 2026 - [Your AI Speaks 100 Languages. Your AI Security Layer Doesn't](https://www.deepkeep.ai/blog/your-ai-speaks-100-languages-your-ai-security-layer-doesnt) - DeepKeep, July 22, 2026

Written by

More to read

  • Active RAG in Production: Dynamic Triggering, Forward-Looking Queries, and Interleaved Retrieval Architectures

    Standard Retrieval-Augmented Generation (RAG) relies on a static, single-shot execution model: the system takes a user prompt, executes a vector or hybrid search upfront, prepends the retrieved chunks into the prompt context, and executes autoregressive generation. While this pattern suffices for short question-answering workloads, it breaks down systematically in complex, long-horizon generation tasks such as comprehensive technical reports, multi-step agent trajectories, and iterative problem

    1 min
  • Deep Equilibrium Models: How Implicit Layers and Root-Finding Eliminate Activation Memory in Deep Learning

    Deep Equilibrium Models: How Implicit Layers and Root-Finding Eliminate Activation Memory in Deep Learning Deep neural networks derive their expressive capacity from composition. In conventional architectures, depth is explicit: an input vector is transformed sequentially through a chain of $L$ discrete layers, each parameterized by dedicated weights. While effective, this paradigm creates a fundamental computational dependency where training memory scales linearly with network depth ($O(L)$) b

    1 min
  • Texas Governor Greg Abbott Says AI Data Centers 'Dug Their Own Grave' Amid Community Backlash

    Texas Governor Greg Abbott issued a sharp critique of artificial intelligence infrastructure developers on Sunday, stating that data center operators have "dug their own grave" by moving into municipalities without securing local community support or complying with state transparency mandates. Speaking on ABC's This Week, Abbott addressed growing public pushback across Texas over utility grid strain, localized electricity rate increases, and heavy water consumption from cooling facilities. The

    1 min