youtube-thumbnails
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
google-api-python-clientandrequestslibraries viapip3. These are widely-used, standard packages from the official Python Package Index (PyPI). - [COMMAND_EXECUTION]: The skill writes a Python script named
_yt_thumb_downloader.pyto the local directory and executes it. This script handles YouTube API interaction, thumbnail classification, and file downloads. - [COMMAND_EXECUTION]: The skill performs network requests to
youtube.comandgoogleapis.comto resolve channel information, fetch video metadata, and download thumbnail images. - [DATA_EXPOSURE]: The skill requires a YouTube Data API v3 key provided by the user. This key is used within the generated script to authenticate with Google's APIs.
Audit Metadata