multi-node-slurm
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the use of
uv syncandpip installto manage Python dependencies. These commands download packages from external registries like PyPI and GitHub. - [COMMAND_EXECUTION]: Provides shell script templates that use
srun,sbatch, andbash -cto execute training scripts and management commands on a Slurm cluster. - [CREDENTIALS_UNSAFE]: Includes guidance on setting environment variables for sensitive tokens (
GH_TOKEN,HF_TOKEN,WANDB_API_KEY). The skill correctly uses placeholders (e.g.,<YOUR_GITHUB_TOKEN>) rather than hardcoding actual secrets.
Audit Metadata