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-client and requests libraries via pip3. 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.py to 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.com and googleapis.com to 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
Risk Level
SAFE
Analyzed
Mar 30, 2026, 07:56 AM