Latent Injection - Translation Task with Embedded Template Variable Injection - ATR-2026-00477 (94c91ad4-1b29-5ce1-8ce9-01bcdb2b82b2)
Detects latent prompt injection via translation task framing that embeds unresolved template variables or injection markers. Attackers construct prompts like "Translate the following text from English to {LANG_EN_NAME}" to exploit systems that interpolate template variables from untrusted input into LLM prompts. The presence of {VARIABLE} or {{VARIABLE}} placeholders in translation instructions is a strong signal of template injection abuse, particularly when the variable pattern references a language name or translation target. Also covers variants where the injected content includes "do not listen to" instruction-override attempts embedded within the translation request.