nano-banana-image-gen
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the Google Gemini API, which is a well-known and trusted service for image generation.
- [COMMAND_EXECUTION]: The skill uses a local Python script to perform its primary function. The commands are constructed using standard argument parsing and follow the intended purpose of the skill.
- [CREDENTIALS_UNSAFE]: The skill correctly uses environment variables (GOOGLE_API_KEY and GEMINI_API_KEY) for authentication, avoiding the risk of hardcoded secrets.
- [EXTERNAL_DOWNLOADS]: Dependencies (google-genai and pillow) are standard, reputable Python packages declared via PEP 723 metadata, ensuring they are fetched from official registries.
Audit Metadata