video-downloader
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for installing and running software through shell commands, including standard package management tasks like
sudo apt install yt-dlp ffmpegfor Linux users. - [EXTERNAL_DOWNLOADS]: The documentation guides users to install software from official and reputable platforms, including PyPI, Homebrew, Winget, and official GitHub Releases for yt-dlp. These sources are considered well-known and trusted for software distribution.
- [CREDENTIALS_UNSAFE]: The skill describes methods for authentication, including the use of cookies and credential flags (
-u,-p). It proactively includes a security warning that advises against passing passwords directly in the command line to prevent exposure in shell history. - [SAFE]: The skill serves as a standard documentation resource and does not contain hidden or malicious code. It includes an inherent data ingestion surface via external URLs, but this is central to its purpose as a downloader and does not involve malicious exploitation instructions.
Audit Metadata