sonic
Fail
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/setup-woosh.shinstalls theuvtool by downloading a shell script fromhttps://astral.sh/uv/install.shand piping it directly tosh. This pattern is highly risky as it executes remote code without prior verification. - [REMOTE_CODE_EXECUTION]: The setup scripts (
setup-mmaudio.sh/ps1andsetup-woosh.sh/ps1) clone third-party repositories from GitHub (hkchengrex/MMAudioandSonyResearch/Woosh) and execute installation commands likepip install -e .anduv sync. These repositories are outside of the trusted vendor scope and their contents are executed automatically. - [COMMAND_EXECUTION]: Instructions in
AGENTS.mddirect the AI agent to automatically execute the setup and installation scripts (setup-wooshandsetup-mmaudio) when local processing is required, bypassing the need for explicit user confirmation before system-level changes occur. - [EXTERNAL_DOWNLOADS]: The skill initiates the download of approximately 5GB of external model weights from GitHub and HuggingFace during the automatic setup process.
- [DATA_EXFILTRATION]: The local server
scripts/mmaudio-server.pyincludes a/generateendpoint that accepts an arbitraryvideo_url. The server usesurllib.request.urlretrieveto download the content of this URL to the local filesystem. This creates a Server-Side Request Forgery (SSRF) vulnerability that could be used to probe internal network services accessible to the agent's environment.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
Audit Metadata