高德地图 (Fangtian)

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

Overview

This appears to be a straightforward AMap API helper, but users should note that it uses an AMap API key, sends location queries to AMap, and references a local CLI executable not included in the artifacts.

Before installing, make sure any `amap` executable you copy into your PATH comes from a trusted source, configure a restricted AMap Web Service API key, and remember that addresses, coordinates, routes, taxi links, or trip plans you ask about will be sent to AMap.

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.

What this means

Queries made by the skill may consume the user's API quota and are associated with their AMap API key.

Why it was flagged

The skill requires an AMap Web Service API key. This is expected for AMap API calls, but it gives the tool quota-bearing access under the user's AMap developer account.

Skill content
export AMAP_API_KEY="your-api-key" ... API Key 需要 Web服务 权限
Recommendation

Use a restricted AMap Web Service key, set quota limits if possible, and rotate the key if it is exposed.

What this means

AMap may receive addresses, coordinates, routes, or trip details included in user requests.

Why it was flagged

The skill is designed to send map, weather, search, geocoding, routing, taxi, and trip requests to the external AMap REST API. This is disclosed and purpose-aligned, but the submitted locations or itineraries can be sensitive.

Skill content
直接调用高德 REST API,返回完整 JSON 响应
Recommendation

Avoid submitting highly sensitive home, work, or itinerary details unless needed, and review AMap's privacy and API usage terms.

What this means

If the user obtains or already has an `amap` executable from an untrusted source, the agent could run that local program when using the skill.

Why it was flagged

The skill documents installing an `amap` executable, but the provided manifest contains only SKILL.md and no executable or install specification. The executable provenance is therefore not evidenced by the supplied artifacts.

Skill content
cp amap ~/.local/bin/; chmod +x ~/.local/bin/amap
Recommendation

Only install an `amap` executable from a trusted, reviewed source, and prefer a package that includes its executable and dependency metadata in the reviewed artifacts.