nano-banana

Fail

Audited by Snyk on Feb 25, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). These URLs point to a third‑party CLI install script and hosted binaries (cli.inference.sh, dist.inference.sh) that the skill instructs users to curl|sh and run — a common vector for malware; the presence of a checksums file is helpful but there’s no strong code signing or broadly established reputation for the domain, so the source should be treated as moderately high risk.

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.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 25, 2026, 09:23 PM