tao-run-on-brev
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to manage Brev GPU instances and execute Docker-based TAO workloads. The operations described are standard for cloud infrastructure management.
- [COMMAND_EXECUTION]: The skill uses the
brevCLI to execute commands on remote instances viabrev execand runs Docker containers for training and inference. These actions are directly tied to the primary functionality of the skill. - [EXTERNAL_DOWNLOADS]: The skill references the official
brevCLI installation from GitHub and pulls container images from the NVIDIA Container Registry (nvcr.io). These are well-known and trusted sources. - [DATA_EXPOSURE]: Credential management is handled through environment variables (e.g.,
BREV_API_TOKEN,NGC_KEY,ACCESS_KEY), which is a secure and recommended method for providing secrets to CLI tools without hardcoding them.
Audit Metadata