nano-banana
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to install a CLI tool using the command
curl -fsSL https://cli.inference.sh | sh, which pipes a remote script from the vendor's domain directly to a shell for execution. - [EXTERNAL_DOWNLOADS]: During setup, the skill fetches binary distributions and verification checksums from the vendor's domain at
dist.inference.sh. - [COMMAND_EXECUTION]: The skill relies on executing the
infshutility via the system bash shell to process image generation and search tasks. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by processing arbitrary user-provided text prompts and external image URLs.
- Ingestion points: The
promptstring andimagesURL array passed via the--inputflag inSKILL.md. - Boundary markers: Absent; user-controlled data is interpolated directly into command-line arguments without delimiters or guardrail instructions.
- Capability inventory: Performs shell command execution (
infsh) and network-based image processing as defined inSKILL.md. - Sanitization: No input validation or URL sanitization is implemented for the data processed by the models.
Audit Metadata