modal-compute-knowledge
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for the Modal serverless cloud. All included code snippets, such as function definitions and container configurations, align with official Modal SDK documentation and best practices.
- [SAFE]: Package installation patterns using
pip_installandapt_installwithin the Modal Image builder are standard operations for defining serverless environments and do not involve untrusted remote execution. - [SAFE]: Secret management examples (e.g.,
modal.Secret.from_dotenv) demonstrate correct security practices for handling environment variables within the platform's infrastructure. - [SAFE]: Usage of
subprocess.runis limited to a standard example for starting a local web server within a containerized environment.
Audit Metadata