Back to skill

Security audit

Maoyan CLI

Security checks across malware telemetry and agentic risk

Overview

This skill is a straightforward Maoyan movie and cinema lookup tool, with the main caution that it runs a local Python script and may send movie queries or optional location coordinates to Maoyan.

Install this only if you are comfortable running the included Python script and sending cinema or movie search data to Maoyan. Avoid providing exact latitude and longitude unless you specifically want nearby-cinema sorting; city-level searches should be enough for many uses.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (3)

Lp3

Medium
Category
MCP Least Privilege
Confidence
93% confidence
Finding
The skill clearly instructs the agent to execute a local Python script that makes outbound requests to Maoyan, yet the skill declares no permissions or user-facing notice about that network access. Hidden network capability matters because it changes the trust boundary: user queries and optional location parameters may be transmitted to a third party without explicit disclosure or policy gating.

Vague Triggers

Medium
Confidence
83% confidence
Finding
The trigger description is broad enough to match ordinary requests about cinemas, movies, cities, or scraping Maoyan data, which increases the chance the skill activates when the user did not intend to use this specific integration. Over-broad activation can cause unnecessary script execution and third-party requests, especially problematic here because the skill may also use location inputs.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill documentation does not warn that commands will contact a third-party site and may include user location coordinates in those requests. This omission is dangerous because users and orchestrators cannot make an informed privacy decision, and precise latitude/longitude materially increases sensitivity compared with ordinary search terms.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.