From 36cda487e67cc5d4db1b1f5a93a6d0cce78e4441 Mon Sep 17 00:00:00 2001 From: johba Date: Sun, 22 Mar 2026 15:54:41 +0000 Subject: [PATCH] fix: forward attack_dir input to red-team.sh invocation in formula Co-Authored-By: Claude Opus 4.6 (1M context) --- formulas/run-red-team.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)