generate-image
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for image generation and editing through the Gemini API. It adheres to secure programming practices, including a mandatory user-confirmation step in the workflow before executing generation tasks.
- [EXTERNAL_DOWNLOADS]: The skill utilizes official Python packages (
google-genai,pillow) managed via theuvtool. These are standard libraries for the intended functionality and are fetched from official registries. - [COMMAND_EXECUTION]: The skill executes a local Python script (
generate.py) to interface with the image generation model. This script handles input validation, image optimization using the Pillow library, and automated logging of prompts to markdown files. - [DATA_EXFILTRATION]: Network activity is restricted to the official Google Gemini API. Input data, such as prompts and reference images, are transmitted only as required for the primary function of the skill.
Audit Metadata