nano-banana
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
infshCLI tool. Command execution is appropriately restricted to theinfshbinary using theallowed-toolsmetadata field, minimizing the potential for unauthorized system commands. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the
infshtool and related components vianpxfrom theinference.shplatform. These are legitimate references to the service provider's infrastructure. - [PROMPT_INJECTION]: The skill contains surfaces for processing external data via model prompts.
- Ingestion points: User-supplied strings are passed as the
promptargument ininfsh app runcommands within SKILL.md. - Boundary markers: There are no explicit delimiters or warnings to ignore instructions within the prompt strings.
- Capability inventory: The skill allows execution of the
infshCLI for model inference tasks. - Sanitization: No input sanitization or escaping is performed on the user-provided prompts before execution.
Audit Metadata