mcore-run-on-slurm
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for configuring multi-node distributed training on SLURM clusters.
- [COMMAND_EXECUTION]: Provides templates for '.slurm' scripts utilizing standard SLURM commands ('srun', 'scontrol', 'sbatch') and PyTorch distributed launch tools. This behavior is expected and necessary for the skill's primary purpose.
- [EXTERNAL_DOWNLOADS]: Mentions 'uv sync' for managing Python virtual environments and dependencies. Dependencies are managed via the 'uv' tool which is standard for modern Python projects.
- [SAFE]: Uses placeholders for sensitive or environment-specific values like SLURM accounts, partitions, and worktree paths, avoiding hardcoded credentials or paths.
Audit Metadata