nv-segment-ct-finetune
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads model weights and configuration files from Hugging Face and NVIDIA's official GitHub repositories. These operations target well-known and trusted domains and are necessary for the skill's primary function of model fine-tuning.
- [COMMAND_EXECUTION]: The
scripts/run_finetune.pyscript uses thesubprocessmodule to manage its execution environment. Specifically, it performs GPU availability checks usingnvidia-smiand maintains dependency compatibility by creating a virtual environment and installing specific versions ofmonaiandnumpywhen required. All commands use absolute paths or are well-parameterized, minimizing risk. - [DATA_EXFILTRATION]: There is no evidence of unauthorized data transmission. The script's network activity is restricted to fetching required assets from established medical AI and software registries.
Audit Metadata