Back to skill

Security audit

Gaode-Map-skills

Security checks across malware telemetry and agentic risk

Overview

This map skill appears to do what it claims: it sends location searches and route requests to Gaode/AMap using the user's API key.

Install only if you are comfortable sharing map searches, addresses, coordinates, and route details with Gaode/AMap under your API key. Prefer setting AMAP_API_KEY in the environment rather than passing it on the command line, and pin requests before production or sensitive use.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • 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
Findings (3)

Lp3

Medium
Category
MCP Least Privilege
Confidence
88% confidence
Finding
The skill declares required environment variables and invokes a Python script that will make outbound requests to the Gaode Map API, but it does not declare explicit permissions for those capabilities. This creates a permission-transparency gap: a user or platform may not realize the skill can access secrets from the environment and communicate over the network, which increases the risk of unintended data exposure or policy bypass.

Unpinned Dependencies

Low
Category
Supply Chain
Content
requests
Confidence
98% confidence
Finding
The dependency is unpinned, so installs may resolve to different versions over time, creating supply-chain risk and making builds non-reproducible. In a skill that performs external HTTP requests to a map service, dependency drift can unexpectedly introduce vulnerable or breaking versions into production.

Known Vulnerable Dependency: requests — 10 advisory(ies): CVE-2014-1830 (Exposure of Sensitive Information to an Unauthorized Actor in Requests); CVE-2024-47081 (Requests vulnerable to .netrc credentials leak via malicious URLs); CVE-2024-35195 (Requests `Session` object does not verify requests after making first request wi) +7 more

High
Category
Supply Chain
Confidence
95% confidence
Finding
Using `requests` without a version constraint allows installation of versions affected by multiple published CVEs, including credential leakage and TLS/request verification issues. Because this skill is designed to interact with external map APIs over the network, a vulnerable HTTP client can expose secrets, mishandle redirects or authentication, or weaken transport security in realistic attack paths.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.