fix: forward attack_dir input to red-team.sh invocation in formula

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
johba 2026-03-22 15:54:41 +00:00
parent 52ba6b2f38
commit 36cda487e6

View file

@ -60,7 +60,7 @@ description = "Timeout in seconds for the adversarial agent run (maps to CLAUDE_
[execution] [execution]
script = "scripts/harb-evaluator/red-team.sh" 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: # Exit codes propagated by red-team.sh:
# 0 floor held (LM total ETH did not decrease) # 0 floor held (LM total ETH did not decrease)