tao-launch-workflow
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Executes several localized Python helper scripts (e.g.,
list_tao_platforms.py,resolve_tao_image.py,check_tao_launch_preflight.py) to verify platform configurations and resolve container images. - [EXTERNAL_DOWNLOADS]: Identifies missing system dependencies like the AWS CLI and NVIDIA TAO SDK, and includes logic to install them only after obtaining user confirmation.
- [SAFE]: Implements a 'Non-Negotiable Launch Gate' that halts all side-effecting actions until platform credentials, dataset paths, and compute requirements are fully validated.
- [SAFE]: Provides clear instructions for the secure handling of sensitive files (e.g.,
~/.tao/secrets.env), emphasizing that secrets must never be printed, logged, or displayed during the workflow.
Audit Metadata