video-transcript-downloader

Pass

Audited by Gen Agent Trust Hub on Jul 27, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The script ./scripts/vtd.js executes external binaries (yt-dlp, ffmpeg) using node:child_process. It properly resolves binary paths using a custom which function and passes arguments as arrays to the spawn API, which prevents shell command injection.
  • [EXTERNAL_DOWNLOADS]: The skill downloads content from YouTube and other sites supported by yt-dlp. It also uses the youtube-transcript-plus NPM package. These are consistent with the skill's primary purpose and use well-known services.
  • [DATA_EXFILTRATION]: No evidence of credential harvesting or sensitive data exfiltration was found. The skill operates on user-provided URLs and saves output to a user-configurable directory (defaulting to ~/Downloads).
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 27, 2026, 01:20 AM
Security Audit — agent-trust-hub — video-transcript-downloader