link-download — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited link-download (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 videos as MP4 or extract audio as MP3 from Instagram, YouTube, TikTok, Twitter/X, and 1000+ sites.
Script: scripts/download.py -- wraps yt-dlp, handles install check, MP4 merging, MP3 extraction, folder creation.
--mp3# Single video as MP4, current directory
python scripts/download.py "https://www.youtube.com/watch?v=..."
# Extract audio as MP3
python scripts/download.py "https://www.youtube.com/watch?v=..." --mp3
# Multiple URLs as MP3 to a specific folder
python scripts/download.py "URL1" "URL2" --mp3 -o "/path/to/output"
# With browser cookies (for private/login-required content)
python scripts/download.py "URL" --cookies-from-browser chrome{uploader}_{video_id}.mp4 -- e.g. DesignMotion_DUf3nehjIg7.mp4{uploader}_{video_id}.mp3 -- e.g. DesignMotion_DUf3nehjIg7.mp3If a video requires login (private Instagram posts, age-restricted YouTube, etc.):
--cookies-from-browser chrome (or firefox, edge, safari)--no-playlist disabled for full playlists)--no-playlist is set by default; remove it from the script call for full playlists~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.