diff --git a/formulas/run-red-team.toml b/formulas/run-red-team.toml index 8eaa2f8..1a7123b 100644 --- a/formulas/run-red-team.toml +++ b/formulas/run-red-team.toml @@ -60,7 +60,7 @@ description = "Timeout in seconds for the adversarial agent run (maps to CLAUDE_ [execution] script = "scripts/harb-evaluator/red-team.sh" -invocation = "CANDIDATE_NAME={candidate_name} OPTIMIZER_PROFILE={optimizer_profile} CLAUDE_TIMEOUT={claude_timeout} bash scripts/harb-evaluator/red-team.sh" +invocation = "CANDIDATE_NAME={candidate_name} OPTIMIZER_PROFILE={optimizer_profile} CLAUDE_TIMEOUT={claude_timeout} ATTACK_DIR={attack_dir} bash scripts/harb-evaluator/red-team.sh" # Exit codes propagated by red-team.sh: # 0 floor held (LM total ETH did not decrease)