migrate-from-modal
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Documentation describes methods for executing arbitrary commands within isolated sandbox environments via the process.exec API.
- [EXTERNAL_DOWNLOADS]: The guide includes commands to fetch and install the Bun runtime from its official domain (bun.sh).
- [REMOTE_CODE_EXECUTION]: Examples demonstrate installing software by piping scripts from a well-known service to the bash shell (e.g., curl -fsSL https://bun.sh/install | bash).
Audit Metadata