nano-banana
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
beltCLI tool to interact with image generation models. The execution is restricted to thebeltcommand via theallowed-toolsconfiguration. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of the
beltCLI and additional agent skills from the vendor's official GitHub repositories and NPM registry. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input which could be manipulated to influence the behavior of the underlying image generation models.
- Ingestion points: The
promptstring andimagesarray (containing external URLs) within the JSON payload for thebelt app runcommand inSKILL.md. - Boundary markers: The input is structured within a JSON object, providing basic delimitation.
- Capability inventory: The skill invokes the
beltcommand to process data and generate/edit images through remote APIs. - Sanitization: No specific sanitization or filtering of the prompt or image source URLs is described in the skill instructions.
Audit Metadata