nano-banana

Fail

Audited by Snyk on Mar 21, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). Most links are docs/images on a consistent inference.sh domain, but the skill instructs running a remote install script (curl | sh from https://cli.inference.sh) and fetching binaries from dist.inference.sh — executing remote shell scripts and installing executables from a non-standard domain without independent verification is a high-risk distribution pattern.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The SKILL.md includes a "With Google Search Grounding" example and an enable_google_search input option that tell the app to fetch and use real-time Google Search results (public web pages) as grounding, so the agent will ingest and act on open, third‑party web content that could carry injected instructions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start explicitly runs "curl -fsSL https://cli.inference.sh | sh", which fetches and executes a remote installer (from https://cli.inference.sh and its dist.inference.sh downloads) that is required to install the infsh CLI used by the skill, so https://cli.inference.sh is a runtime external dependency that executes remote code.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 21, 2026, 01:40 AM
Issues
3