remote-gpu-trainer
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The orchestration templates in
scripts/run_one.sh.templateandscripts/run_queue.sh.templateutilize theevalcommand to execute platform-specific setup hooks. In the context of this skill, these snippets are provided by local platform profiles and are intended for environment configuration. - [EXTERNAL_DOWNLOADS]: The skill manages the installation and usage of command-line interfaces for established GPU rental services, such as
runpodctl,vastai, andpspace. It also facilitates interactions with well-known infrastructure providers and model repositories like HuggingFace and ModelScope. - [SAFE]: The skill demonstrates high security standards in its utility scripts. Specifically,
scripts/verify_local.pyusestorch.loadwithweights_only=Trueby default, protecting users from potential remote code execution via malicious pickle files commonly found in untrusted model checkpoints.
Audit Metadata