Skip to content

Red-team strategy

Language Translation

translation

Wraps payload in translation request to bypass English-only filters

YAML config

evalguard.config.yaml
redteam:
  strategies:
    - translation

CLI

bash
# "translation" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategies
Combine with attack plugins to generate adversarial payloads. The strategy wraps each base payload before it's sent to your target, testing whether the model decodes / unwraps the transform and follows the embedded instruction.

Threat-model fit

This strategy probes the threat model of systems that implement language-based filters, particularly those that only recognize English. By wrapping payloads in translation requests, it aims to bypass these filters and gain unauthorized access to sensitive information or functionalities.

LLM-generated (llm-gpt-4o) · 2026-05-23