youtube-downloader
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/download_video.pyverifies the installation of theyt-dlppackage and installs it from the Python Package Index (PyPI) if it is not found. - [COMMAND_EXECUTION]: The skill uses
subprocess.runto execute theyt-dlpcommand-line tool. It constructs the command as a list of arguments derived from user input (URL, quality, format, and output directory), which prevents shell-based command injection.
Audit Metadata