minimax-music-gen
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
mmxCLI tool for generating music and various system media players likempv,ffplay, andafplayto handle audio playback. - Evidence: Multiple scripts including
scripts/play_music.py,scripts/play_playlist.py, andscripts/vinyl_player.pyutilizesubprocessto launch and control these external processes. - [COMMAND_EXECUTION]: On macOS, the skill executes AppleScript via
osascriptto monitor the state of the system Music application and manage playback tracks. - Evidence:
scripts/play_music.pyandscripts/play_playlist.pycontain dedicated logic to query Music.app state and trigger playback usingosascript -ecommands. - [EXTERNAL_DOWNLOADS]: The skill recommends the installation of the
mmx-clipackage from the npm registry and includes functionality to download audio files from the internet. - Evidence:
SKILL.mdprovides installation instructions for the vendor's CLI tool.scripts/play_music.pyimplements a streaming and saving feature usingurllib.request.urlretrieveto fetch audio from remote URLs.
Audit Metadata