- cleanup_worktree: add `git branch -D $BRANCH` to prevent stale local branch refs accumulating on push failure (bug fix) - .netrc parser: replace fragile line-count awk with field-iteration approach that handles both multi-line and single-line .netrc formats - ETH formatting: pass values as argv to python3 instead of interpolating into the code string, removing the injection surface - mktemp -u: generate path without pre-creating directory; git worktree add creates it, avoiding the "already exists" error on some git versions - mkdir -p guard before cp to attacks destination directory - sed portability: `s/-\+/-/g` → `s/--*/-/g` (POSIX-compliant) - red-team.sh: capture PIPESTATUS[0] from promote-attacks pipe and emit a distinct warning log line when promotion fails Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| helpers | ||
| scenarios/passive-confidence | ||
| bootstrap-light.sh | ||
| evaluate.sh | ||
| export-attacks.py | ||
| holdout.config.ts | ||
| promote-attacks.sh | ||
| red-team-program.md | ||
| red-team-sweep.sh | ||
| red-team.sh | ||