Red-team strategy
Dynamic Jailbreak
dynamic-jailbreakGenerates novel jailbreak prompts by combining persona, scenario, and instruction override techniques
YAML config
evalguard.config.yaml
redteam:
strategies:
- dynamic-jailbreakCLI
bash
# "dynamic-jailbreak" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategiesThreat-model fit
Mutation-based generation of jailbreak variants (GCG/GPT-fuzzer-style). Useful when you've patched a specific attack and want to test variants. Treats the model as a black-box function and mutates toward higher harm scores.
Pairs well with
Hand-written · 2026-05-21