moonbit-practice
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The GitHub Actions workflow defined in
assets/ci.yamldownloads the MoonBit CLI installation script fromhttps://cli.moonbitlang.com/install/unix.sh. This is the official distribution channel for MoonBit tools. - [REMOTE_CODE_EXECUTION]: The installation process in
assets/ci.yamluses a pipe to bash (curl | bash) to execute the remote script. This is the standard, documented method for setting up the MoonBit environment in automated workflows.
Audit Metadata