Baidu Map WebAPI(百度地图官方Web服务 SKills)

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only Baidu Maps API guide; the main things to notice are expected use of a Baidu API key and sending location or address queries to Baidu services.

This skill appears safe to use for its stated purpose if you are comfortable using Baidu Maps WebAPI. Protect the BMAP_WEBAPI_AK key, restrict it in Baidu’s console, avoid sharing sensitive precise locations unless needed, and verify the package source/version before relying on it in production.

Findings (4)

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

Your Baidu Maps API key may be used for requests, quota, and any billing or service permissions tied to that key.

Why it was flagged

The skill uses a Baidu Maps Access Key from an environment variable for API calls. This is expected for the service, but it grants access to the enabled Baidu APIs and may consume quota.

Skill content
优先读取环境变量 `BMAP_WEBAPI_AK` 中的 AK ... curl "https://api.map.baidu.com/place/v3/region?query=美食&region=北京&ak=$BMAP_WEBAPI_AK"
Recommendation

Use a least-privileged server-side AK, apply Baidu IP/SN restrictions where possible, and avoid pasting full URLs containing the key into chats or logs.

What this means

Precise locations, addresses, nearby searches, and route queries may be sent to Baidu’s API when the skill is used.

Why it was flagged

The skill documents sending coordinates and search terms to Baidu Maps WebAPI endpoints. This is purpose-aligned, but coordinates, addresses, routes, and timing can be personal data.

Skill content
**GET** `https://api.map.baidu.com/place/v3/around` ... `location` ... 圆形区域检索中心点经纬度坐标
Recommendation

Only provide precise home, work, current-location, or travel details when you are comfortable sharing them with Baidu Maps, and minimize query detail where possible.

What this means

Using the weather lookup recipes may cause the agent or user to download external reference files.

Why it was flagged

The weather workflow optionally downloads remote CSV/XLSX reference tables from Baidu-hosted domains. They are described as static data and not executable code, but remote file provenance still matters.

Skill content
下载 Excel 编码表:`https://mapopen-website-wiki.cdn.bcebos.com/cityList/weather_abroad_district_id_20250904-1.xlsx`
Recommendation

Download reference tables only from the listed Baidu domains, verify the file source if using them in production, and do not execute macros or embedded content from spreadsheet files.

What this means

It may be harder to confirm that the package exactly matches the claimed official Baidu Maps repository.

Why it was flagged

The supplied registry metadata lists the source as unknown and version 1.0.7, while the included _meta.json/SKILL.md show version 1.0.5 and a different owner identifier. This is a provenance/version consistency note, not evidence of malicious behavior.

Skill content
Source: unknown ... Version: 1.0.7
Recommendation

Before production use, verify the skill against the stated homepage or repository and confirm you are installing the intended version.