Red-team strategy
Tree Search Prompt
tree-searchCreates a branching prompt with multiple exploration paths to find a successful attack vector. runAdaptive explores branches against a live target and prunes to the most effective path.
YAML config
evalguard.config.yaml
redteam:
strategies:
- tree-searchCLI
bash
# "tree-search" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategiesThreat-model fit
Automated search across attack-prompt variations (Tree-of-Attacks / TAP). Best when you don't know the exact attack the adversary will use; tree-search tries many variants and reports the most successful path.
Pairs well with
Hand-written · 2026-05-21