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.py verifies the installation of the yt-dlp package and installs it from the Python Package Index (PyPI) if it is not found.
  • [COMMAND_EXECUTION]: The skill uses subprocess.run to execute the yt-dlp command-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
Risk Level
SAFE
Analyzed
Jun 20, 2026, 03:10 PM
Security Audit — agent-trust-hub — youtube-downloader