tao-run-on-slurm
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
sshto run commands on a remote SLURM login node. This includes job submission viasbatch, task execution withsrun, and monitoring/management usingsqueue,sacct, andscancel. It also performs remote directory management and permission checks using standard shell tools. - [EXTERNAL_DOWNLOADS]: The skill instructions specify installing the
nvidia-tao-sdkpackage. It includes an installation option from an internal vendor repository atgitlab-master.nvidia.com. As the skill is authored by NVIDIA, this reference to their own infrastructure is considered a trusted vendor resource. - [SAFE]: The skill prescribes secure handling of sensitive information, such as using a
printf | sshheredoc to installNGC_KEYcredentials on the cluster, which prevents the secret from appearing in shell history or log files.
Audit Metadata