Skip to content

Red-team strategy

Echo Chamber

echo-chamber

Multi-turn context-poisoning: establishes an agreeable frame in early turns, then references the model's own prior statements to make later turns inherit that frame. Static transform emits a seed ladder; runAdaptive drives a live escalation.

YAML config

evalguard.config.yaml
redteam:
  strategies:
    - echo-chamber

CLI

bash
# "echo-chamber" 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.