nano-banana-2
Fail
Audited by Snyk on Feb 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). They point to a third‑party CLI installer workflow that instructs users to curl a remote shell script (curl … | sh) and download binaries (with checksums hosted on the same domain); running remote installers and fetching executables from an unverified domain is potentially risky because it can distribute malware if the publisher or distribution is malicious or compromised.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly accepts arbitrary image URLs and includes an "enable_google_search" input option and example ("With Google Search Grounding"), meaning it fetches and grounds outputs on open web content that the agent will read and use to influence generation.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs users to run "curl -fsSL https://cli.inference.sh | sh", which fetches and executes a remote installer (that then downloads binaries from dist.inference.sh) as a required dependency for running the skill, so remote code is executed at runtime (https://cli.inference.sh).
Audit Metadata