install-media-tools
Warn
Audited by Socket on Aug 15, 2026
1 alert found:
SecuritySecurityscripts/install.sh
MEDIUMSecurityMEDIUM
scripts/install.sh
No clear evidence of overt malware (e.g., exfiltration, credential theft, backdoors) is present in the shown fragment. The primary security concern is supply-chain risk: the script performs high-impact remote code execution by piping a fetched uv installer script directly into `sh`, and it downloads yt-dlp from a “latest” release without visible checksum/signature verification. Additionally, it relies on an external sourced helper script whose content is not shown, adding an extra trust dependency.
Confidence: 60%Severity: 70%
Audit Metadata