gemini-image-gen
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes natural language input via the
--promptargument which is sent to the Gemini API. - Ingestion points: The
args.promptandargs.referencevariables inscripts/generate-image.pyingest external data. - Boundary markers: No delimiters or instructions are used to isolate user-provided prompts within the API request.
- Capability inventory: The script can perform network requests to
generativelanguage.googleapis.comand write files to the local file system. - Sanitization: No sanitization or validation is performed on the prompt text or file paths.
- [EXTERNAL_DOWNLOADS]: The script connects to
generativelanguage.googleapis.comto interact with the Gemini API.
Audit Metadata