ct run analyze-attack
Analyze attack trajectory(ies) to identify incriminating actions.
Usage
ct run analyze-attack [OPTIONS] TRAJ_LIKE
Arguments
| Argument | Type | Required |
|---|---|---|
TRAJ_LIKE | text | Yes |
Options
| Option | Description |
|---|---|
-m, --model TEXT | Model to use (default: claude-opus-4-5). |
-n, --name TEXT | Custom name for the run directory. |
-c, --max-concurrent INTEGER | Max concurrent analyses. |
-L, --limit INTEGER | Limit number of trajectories. |
-o, --output TEXT | Output path for updated trajectory JSONs (file or directory). |
--help | Show this message and exit. |