nano-banana-2
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references external installation instructions and related skills hosted on GitHub at
raw.githubusercontent.com/inference-sh/. - [REMOTE_CODE_EXECUTION]: Instructions direct the user to install external components using
npx skills add, which fetches and integrates additional functionality from theinference-shrepository. - [COMMAND_EXECUTION]: The skill requires the
Bashtool to execute thebeltCLI for logging in and running inference applications (e.g.,belt app run). - [INDIRECT_PROMPT_INJECTION]: The skill features an attack surface for indirect prompt injection by ingesting untrusted data through the
promptparameter andimagesURL list. - Ingestion points: The
promptstring andimagesarray in thebelt app runcommand (SKILL.md). - Boundary markers: None present; the user prompt is interpolated directly into the CLI input JSON.
- Capability inventory: The skill can execute shell commands via the
beltCLI (Bash tool). - Sanitization: None detected; user input is passed to the underlying model and CLI tool as structured JSON.
Audit Metadata