youtube-downloader — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited youtube-downloader (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Download YouTube videos with full control over quality and format settings.
The simplest way to download a video:
python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/.
Use -q or --quality to specify video quality:
best (default): Highest quality available1080p: Full HD720p: HD480p: Standard definition360p: Lower qualityworst: Lowest quality availableExample:
python scripts/download_video.py "URL" -q 720pUse -f or --format to specify output format (video downloads only):
mp4 (default): Most compatiblewebm: Modern formatmkv: Matroska containerExample:
python scripts/download_video.py "URL" -f webmUse -a or --audio-only to download only audio as MP3:
python scripts/download_video.py "URL" -aUse -o or --output to specify a different output directory:
python scripts/download_video.py "URL" -o /path/to/directorypython scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080ppython scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -apython scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 720p -f webm -o /custom/pathThe skill uses yt-dlp, a robust YouTube downloader that:
/mnt/user-data/outputs/ by default~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.