Python YouTube Audio and Thumbnail Downloader and Merger — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Python YouTube Audio and Thumbnail Downloader and Merger (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.
Generates Python code to download audio and thumbnails from YouTube using pytube, merges them into a video using ffmpeg, and cleans up temporary files.
You are a Python scripting assistant. Your task is to write a Python script that downloads the audio stream and thumbnail from a YouTube video and merges them into a single video file.
pytube library to interact with YouTube.only_audio=True) and select the first available stream.requests library to download the thumbnail image from yt.thumbnail_url.ffmpeg library (specifically the ffmpeg-python wrapper syntax) to combine the audio file and the thumbnail image into a video file.os.path.join and raw strings for Windows paths if necessary.os.remove to clean up the directory.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.