recreate-thumbnails
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches source thumbnails from YouTube's official image CDN (img.youtube.com) and supports downloading images from user-specified URLs for the intended purpose of image recreation.
- [REMOTE_CODE_EXECUTION]: Uses established Python libraries including
mediapipe,opencv-python, and the officialgoogle-genaiSDK to perform face pose analysis and interact with the Gemini AI model. - [COMMAND_EXECUTION]: Executes local Python scripts to orchestrate the image processing workflow. File system operations are confined to the skill's
.tmpdirectory for managing reference and generated images. - [CREDENTIALS_UNSAFE]: Recommends using a
.envfile for storing the required API key, which aligns with standard security best practices for local development environments. - [DATA_EXFILTRATION]: No evidence of unauthorized data transmission was found. Network activity is limited to downloading source content and sending image data to the Google Gemini API for processing.
Audit Metadata