ct run sabotage-eval

Run sabotage evaluation: honest eval + attack eval + monitor + graphs.

Usage

ct run sabotage-eval [OPTIONS]

Options

OptionDescription
-c, --config PATHYAML config file for multi-attack mode.
--attack-policy TEXTAttack policy name.
--attack-policy-arg TEXTAttack policy args in key=value format (repeatable).
--honest-policy TEXTHonest policy name.
--honest-policy-arg TEXTHonest policy args in key=value format (repeatable).
--protocol TEXTBlue protocol to run both evals under (e.g. defer-to-resample, trusted-editing). Attacker/honest become the protocol's untrusted policy.
--protocol-arg TEXTProtocol args in key=value format (repeatable).
--sandbox TEXTRun both evals' samples in an Inspect sandbox provided outside this repo, as a registered type (my-sandbox) or module:type to import the module that registers it. Replaces the default Docker sandbox.
--sandbox-arg TEXTConfig for --sandbox in key=value format (repeatable), passed through to the sandbox as JSON.
--audit-budgets TEXTAudit budget(s), comma-separated (e.g. 0.0001,0.001,0.01). Each produces graphs.
--thresholds TEXTFixed threshold(s), comma-separated (e.g. 3.0,4.0,5.0). Skips honest eval.
--task-file TEXTTask set name or path.
--main-tasks-with-no-scorers [error|include|exclude]Main tasks lacking a scorer: refuse the run (error), keep them recorded as unscored (include), or drop them (exclude).
--log-dir TEXTWhere eval logs go.
-o, --output-dir TEXTWhere graphs and summary go.
--ec2Run evals on EC2.
--extra-src DIRECTORYDirectory of experiment code made importable, so external module:fn policy, protocol, and --sandbox refs resolve without committing into the repo. Repeatable.
--no-graphSkip graph generation.
--no-uploadDisable uploading results.
--dry-runPrint the resolved plan and exit; contacts nothing.
--no-cacheRe-run every attack even when a prior results.json recorded an identical one.
--preflightProbe the run's external contracts (monitor selections, model endpoints, pricing, credentials) and exit; runs nothing and spends nothing.
--tags TEXTTags for the run (repeatable). Added to all eval runs alongside built-in sabotage-eval tags.
--helpShow this message and exit.