MiniMax Vision Analysis

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent MiniMax image-analysis skill, but using it may configure an external MCP tool and send selected images to MiniMax for processing.

Install this only if you are comfortable configuring the MiniMax MCP server and sending chosen images to MiniMax for analysis. Review the MCP package before setup, protect your API key, and avoid analyzing confidential screenshots or documents unless the provider's privacy terms are acceptable.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If you mention an image file or URL, the agent may try to analyze it with MiniMax.

Why it was flagged

The instructions allow tool invocation based on a broad filename or URL pattern. This is disclosed and aligned with image analysis, but it could analyze an image when the user merely mentions a matching path.

Skill content
The skill triggers automatically when a message contains an image file path or URL with extensions... Extract the image path from the message... Use the `MiniMax_understand_image` tool
Recommendation

Use the skill only with images you intend to analyze, and ask the agent to confirm before processing sensitive files.

#
ASI03: Identity and Privilege Abuse
Low
What this means

The configured MCP server can use your MiniMax account quota and permissions.

Why it was flagged

The skill requires a MiniMax account API key for the stated provider integration. The artifacts do not show credential logging, hardcoding, or unrelated use.

Skill content
MiniMax Token Plan subscription with valid `MINIMAX_API_KEY`
Recommendation

Use a dedicated MiniMax key if possible, keep it out of shared files, and rotate it if exposed.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing the MCP server runs code from an external package source.

Why it was flagged

The setup depends on an external, unpinned MCP package that was not included in the scanned artifacts. This is a normal integration pattern here, but the package code is outside this review.

Skill content
"command": ["uvx", "minimax-coding-plan-mcp", "-y"]
Recommendation

Verify the MiniMax MCP package and documentation before installing, and prefer pinned versions where supported.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Private screenshots, documents, or photos may be sent to MiniMax when analyzed.

Why it was flagged

The skill can pass local image files through the MiniMax MCP/provider boundary. This is expected for image analysis, but it means image contents may leave the local environment.

Skill content
Local file paths work if MiniMax MCP is configured with file access
Recommendation

Avoid using the skill on confidential images unless MiniMax's terms, retention, and privacy controls are acceptable.