music-generation
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes a network request to
https://api.minimaxi.comto communicate with the MiniMax music generation service. This is the intended primary purpose of the skill and uses the official service domain. - [COMMAND_EXECUTION]: The skill uses a Python script (
generate.py) to handle the API communication and file processing. The execution is localized to a specific script path and performs standard API-to-file operations. - [DATA_EXPOSURE]: The skill correctly manages credentials by retrieving the
MINIMAX_API_KEYfrom the environment variables rather than hardcoding secrets, which is a security best practice. It reads user-provided JSON specifications and writes MP3 binary data to the local filesystem.
Audit Metadata