tao-setup-nvidia-gpu-host
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPRIVILEGE_ESCALATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a comprehensive Bash script (
setup-nvidia-gpu-host.sh) that performs system diagnostics and management. It uses distribution-specific package managers (apt-get,dnf,zypper) to install software, queries system state using tools likenvidia-smiandkubectl, and configures the Docker daemon runtime using thenvidia-ctkutility. - [EXTERNAL_DOWNLOADS]: The setup script fetches repository signing keys, package lists, and installer files from external domains. These downloads target official vendor infrastructure and well-known service providers, specifically
developer.download.nvidia.com,nvidia.github.io, anddownload.docker.com. - [PRIVILEGE_ESCALATION]: The skill requires root access to execute its installation and configuration routines. It uses
sudoto perform high-privilege operations, including adding system repositories, installing drivers, modifying the/etc/docker/daemon.jsonconfiguration, and adding the invoking user to thedockersystem group. These elevated privileges are necessary and appropriate for the skill's stated purpose of host environment setup.
Audit Metadata