tao-setup-nvidia-gpu-host
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads GPG keys and repository configuration files from official sources including developer.download.nvidia.com, nvidia.github.io, and download.docker.com. These are trusted infrastructure for the respective vendors (NVIDIA and Docker).
- [COMMAND_EXECUTION]: The script executes standard package management commands (apt-get, dnf, zypper) and system utilities (modprobe, nvidia-ctk) to configure the host environment. These operations are essential to the stated purpose of GPU host setup.
- [PRIVILEGE_ESCALATION]: The installation process requires sudo access and adds the user to the docker group. While membership in the docker group allows for root-level access to the host, this is a standard and documented requirement for Docker-based workflows.
- [SAFE]: The skill implements a --check-only mode that allows for safe inspection of the host status without making any changes, and requires an explicit --install flag and user confirmation (or a --yes flag) before performing any system modifications.
Audit Metadata