Evolink Image — AI Image Generation (GPT Image, Nano Banana 2, Seedream, GPT-4o)

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed EvoLink image-generation integration; it sends prompts and images to EvoLink and uses temporary public file URLs as part of its stated purpose.

Install only if you trust EvoLink with your prompts, source images, generated images, and API-key-backed usage. Avoid uploading confidential or personal images unless you are comfortable with temporary public URLs, and consider pinning the MCP package version instead of using @latest.

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 (2)

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The document explicitly instructs users to upload images to a file hosting service and then use the returned `file_url` as a publicly accessible link, but it does not prominently warn that uploaded content becomes public and expires after 72 hours. This can lead users to unintentionally expose sensitive images, metadata, or proprietary content to anyone with the URL, especially in an agent context where uploads may be automated.

External Transmission

Medium
Category
Data Exfiltration
Content
## Upload a Local File

```bash
curl -X POST https://files-api.evolink.ai/api/v1/files/upload/stream \
  -H "Authorization: Bearer $EVOLINK_API_KEY" \
  -F "file=@/path/to/image.jpg"
```
Confidence
88% confidence
Finding
curl -X POST https://files-api.evolink.ai/api/v1/files/upload/stream \ -H "Authorization: Bearer $EVOLINK_API_KEY" \ -F "file=@/path/to/image.jpg" ``` ## Upload from URL ```bash curl -X POST htt

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal