ai-studio-image
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows secure practices for handling API credentials by instructing users to use environment variables or a
.envfile rather than hardcoding keys. - [SAFE]: All identified Python dependencies (
google-genai,Pillow,python-dotenv) are legitimate and necessary for the skill's functionality. - [SAFE]: The configuration script (
config.py) includes safety logic to prevent accidental costs by blocking paid models unless explicitly forced by the user. - [SAFE]: The core logic in
generate.pyandprompt_engine.pyis dedicated to constructing and sending requests to the official Google AI Studio API. No suspicious network connections or data exfiltration attempts were detected. - [SAFE]: The file system operations are limited to saving generated images and their associated metadata in a local project directory, which is consistent with the skill's purpose.
Audit Metadata