generate-nanobanana
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
google-genaiPython package. This is the official, well-known SDK provided by Google for interacting with Gemini models and is considered a safe dependency. - [DATA_EXFILTRATION]: Network communication is strictly confined to official Google endpoints:
generativelanguage.googleapis.comfor API interactions andai.google.devfor documentation and pricing verification. The skill handles sensitive credentials, such as theGEMINI_API_KEY, by reading them from the environment and explicitly forbidding their logging or exposure in metadata files. - [COMMAND_EXECUTION]: The documentation includes
curlexamples for REST API interactions and Python scripts for SDK usage. These are provided as integration guidelines and do not involve silent or unauthorized command execution. Shell operations are restricted to writing request/response JSON files within the designatedgenerations/workspace directory. - [PROMPT_INJECTION]: The skill processes external data by ingesting reference images and
style.mdfiles from thegenerations/refs/directory to guide generation. While this presents a surface for indirect prompt injection, the risk is effectively mitigated by the skill's design, which requires explicit user approval and cost verification before each billable model interaction.
Audit Metadata