tao-setup-nvidia-gpu-host
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/setup-nvidia-gpu-host.shexecutes various system-level commands withsudoprivileges, including package installations viaapt-get,dnf, andzypper, service management usingsystemctl, and group modifications usingusermod. These actions are documented and necessary for setting up GPU drivers and Docker runtimes. - [EXTERNAL_DOWNLOADS]: The script fetches GPG keys, repository configuration files, and package keyrings from official vendor domains including
nvidia.github.io,developer.download.nvidia.com, anddownload.docker.com. These downloads are used to securely configure the host's package manager to trust and receive official software updates.
Audit Metadata