run-train
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run_training.pyexecutes training commands provided via CLI arguments. It usesshlex.splitandsubprocess.runto manage execution, which is the primary intended function of the skill. - [COMMAND_EXECUTION]: The
scripts/run_training.pyscript executes localgitcommands (status,rev-parse) to capture repository status snapshots and monitor file system changes during training. - [DYNAMIC_EXECUTION]: The
scripts/write_outputs.pyscript dynamically loads an internal utility module (write_run_bundle.py) from a relative path on the local file system usingimportlib.util.
Audit Metadata