modal-serverless-gpu
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill contains instructional code that uses the
subprocessmodule to execute system commands. - Examples include running
nvidia-smito verify GPU availability andpip listto inspect the container environment. - It also uses subprocesses for orchestrating distributed machine learning training via
torch.distributed.launch. - [EXTERNAL_DOWNLOADS]: The skill defines container images that fetch and install dependencies from external sources.
- It installs standard machine learning libraries such as
torch,transformers, andacceleratefrom official registries. - It includes an example of installing the
transformerslibrary directly from HuggingFace's official GitHub repository. - [REMOTE_CODE_EXECUTION]: The skill documents the deployment of local Python code to Modal's remote serverless infrastructure.
- It describes features for running code in isolated environments using
modal.Sandbox, which is a core capability of the infrastructure platform for testing and execution.
Audit Metadata