modal
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for the Modal platform. It uses standard library practices for ML infrastructure.
- [COMMAND_EXECUTION]: The skill includes shell examples for installing dependencies (
pip install modal) and interacting with the Modal CLI (modal setup,modal run,modal deploy). These are expected operations for developer tools and do not involve suspicious obfuscation or unexpected privilege escalation. - [EXTERNAL_DOWNLOADS]: Python scripts within the skill reference standard ML libraries (torch, transformers, vllm, sentence-transformers) from official package registries. These are well-known libraries and their inclusion is standard for the documented use case.
- [CREDENTIALS_UNSAFE]: The skill demonstrates safe secrets management using
modal.Secret.from_name(), which is the recommended method for handling API keys without hardcoding them in source code.
Audit Metadata