build-and-dependency
Sets up a development environment for Megatron Bridge using containerization, managing dependencies with uv and Slurm integration.
Install this skill
or
64/100
Security score
The build-and-dependency skill was audited on Jun 3, 2026 and we found 4 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 50
Access to root home directory
SourceSKILL.md
| 50 | -v $HOME/.cache/uv:/root/.cache/uv \ |
high line 81
Access to root home directory
SourceSKILL.md
| 81 | Set `UV_CACHE_DIR` to shared storage to avoid filling `/root/.cache/`. |
high line 178
Access to root home directory
SourceSKILL.md
| 178 | | `No space left on device` during uv ops | Cache fills container's `/root/.cache/` | Set `UV_CACHE_DIR` to shared/persistent storage | |
low line 28
External URL reference
SourceSKILL.md
| 28 | Find available tags at https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo/tags |
Scanned on Jun 3, 2026
View Security Dashboard