nano-banana-pro
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill ingests untrusted data from the user or external sources which could contain malicious instructions designed to influence the agent or the image generation model.
- Ingestion points: The
--promptand--input-imagearguments inscripts/generate_image.pyaccept external content. - Boundary markers: Absent; the prompt text is interpolated directly into the API request without delimiters or 'ignore' instructions.
- Capability inventory: The script performs network operations (Google API), reads local image files (
PILImage.open), and writes files to the local file system (image.save). - Sanitization: No sanitization or validation of input prompts or image metadata is performed.
- [External Downloads] (SAFE): The skill depends on reputable packages from trusted sources.
- Evidence: Uses
google-genai(from a Trusted GitHub Organization) andpillowfor image processing.
Audit Metadata