nano-banana
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs present a potentially high-risk download source because the skill instructs piping a remote install script into sh and fetching platform binaries from a non-major domain (dist.inference.sh/cli), which are direct executable distributions that can deliver malware unless you independently verify signatures and the publisher's authenticity; the docs and image links themselves are low-risk, but do not remove the risk of running the installer.
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
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata