nemo-mbridge-mlm-bridge-training
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions include commands to delete a local directory (
rm -rf nemo_experiments) as part of a fresh training run setup. This is a standard procedure in machine learning development to ensure that training starts from scratch and does not automatically resume from stale or incompatible checkpoints. - [EXTERNAL_DOWNLOADS]: The skill references technical documentation hosted on
docs.nvidia.comand provides instructions for updating submodules viagit. These are routine operations targeting well-known services and official vendor infrastructure. - [SAFE]: The skill utilizes
uv runfor executing Python scripts, which is a best practice for managing isolated development environments and ensuring reproducible executions. - [SAFE]: All scripts and entry points referenced (such as
run_recipe.pyandpretrain_gpt.py) are localized to the repository or its official submodules, representing legitimate operational behavior for this domain.
Audit Metadata