Nano Banana Image

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward image-generation skill for a third-party API, with privacy and credential-handling cautions users should understand before use.

Install only if you are comfortable sending prompts and source image URLs to AceDataCloud or its hosted MCP service. Use a dedicated API token, avoid confidential prompts or private image links unless approved, and verify the optional MCP package before installing it.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (3)

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The skill explicitly instructs users to send prompts and, elsewhere in the file, source image URLs to a third-party API but does not warn that user content will leave the local environment and be processed by an external service. This can lead to inadvertent disclosure of sensitive prompts, private image locations, or regulated data if users assume the skill is purely local.

External Transmission

Medium
Category
Data Exfiltration
Content
## Quick Start

```bash
curl -X POST https://api.acedata.cloud/nano-banana/images \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a watercolor painting of a French countryside village", "model": "nano-banana"}'
Confidence
88% confidence
Finding
curl -X POST https://api.acedata.cloud/nano-banana/images \ -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \ -H "Content-Type: application/json" \ -d

External Transmission

Medium
Category
Data Exfiltration
Content
## Quick Start

```bash
curl -X POST https://api.acedata.cloud/nano-banana/images \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a watercolor painting of a French countryside village", "model": "nano-banana"}'
Confidence
88% confidence
Finding
https://api.acedata.cloud/

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal