Video Downloader
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is designed for downloading videos using `yt-dlp`, a legitimate tool. The `download_video.py` script uses `subprocess.run` with a list of arguments, which is the safest method to execute external commands, mitigating shell injection risks. Crucially, `SKILL.md` provides explicit security instructions to the AI agent, such as 'Keep downloads in a user-approved directory and never write outside it' and 'Never store account credentials or private tokens,' demonstrating a clear intent to prevent misuse. While `yt-dlp` is a powerful tool and the script writes to user-specified paths, these actions are aligned with the stated purpose and are accompanied by strong guardrails for the agent, indicating a benign design.
