Back to skill

Security audit

Amap Weather (高德天气)

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward Amap weather lookup skill that clearly discloses its API key and network use.

Use a dedicated restricted Amap Web Services API key and prefer AMAP_API_KEY over passing the key on the command line. Weather requests will send the selected city or adcode and API key to Amap and may count against your quota.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill documentation instructs use of an environment variable (`AMAP_API_KEY`) and outbound network access to the Amap API, but no explicit permissions are declared. That creates a real security governance gap: the runtime may allow secret access and external requests without transparent review, making it harder to enforce least privilege and detect misuse if the skill is modified or behaves unexpectedly.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.