Red-team strategy
Language Translation
translationWraps payload in translation request to bypass English-only filters
YAML config
evalguard.config.yaml
redteam:
strategies:
- translationCLI
bash
# "translation" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategiesThreat-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