nano-banana
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill is configured to use the
Bashtool exclusively for theinfshcommand (allowed-tools: Bash(infsh *)). This restricts the agent's capability to the vendor's specific toolset. - [EXTERNAL_DOWNLOADS]: The skill references an installation script on GitHub (
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md) and documentation on the vendor's domain (inference.sh). These resources belong to the skill's author (inference-sh) and are used for legitimate setup purposes. - [DATA_EXFILTRATION]: The skill facilitates the transmission of user-provided text prompts and image URLs to the inference.sh API. This is the intended core functionality for image generation and editing and does not involve the exfiltration of sensitive local data.
- [PROMPT_INJECTION]: The skill acts as an interface for an external image generation model, creating an attack surface for indirect prompt injection via user-supplied prompts.
- Ingestion points: User-provided
promptandimagesparameters passed to theinfsh app runcommand inSKILL.mdexamples. - Boundary markers: The skill uses JSON structures (
--input '{"prompt": "..."}') to provide structural separation for user input. - Capability inventory: Capabilities are limited to executing the
infshCLI; the skill does not have access to sensitive files or general system commands. - Sanitization: The skill relies on the safety filters of the underlying Google Gemini image models and the vendor's API.
Audit Metadata