baidu map jsapi-ui-kit

v1.0.3

百度地图 JavaScript API ui-kit 组件库开发指南。提供地点自动补全(PlaceAutocomplete)、地点检索(PlaceSearch)、地点详情(PlaceDetail)和路径规划(RoutePlan)组件的使用参考。当用户需要:(1) 实现地点搜索输入框自动补全、(2) 在百度地图上实...

0· 440·1 current·1 all-time
bybaidu-map@wahddbing
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill is documentation for @baidumap/jsapi-ui-kit and the declared requirements (node for npm examples and BMAP_JSAPI_KEY for Baidu JS API calls) align with that purpose. However the skill metadata lacks a homepage or authoritative source; absence of a source repository or homepage reduces ability to verify authenticity.
Instruction Scope
SKILL.md and referenced docs contain usage examples and API explanations only. Instructions reference loading the Baidu Maps JS API and CDN/unpkg URLs for the UI kit — which is expected. There are no instructions to read unrelated local files, exfiltrate data, or contact unexpected endpoints.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only. Risk from installation is low because nothing is downloaded or written by the skill itself.
Credentials
Only one environment variable is required (BMAP_JSAPI_KEY) and it is the primary credential necessary to use Baidu's JS API. Requiring 'node' is reasonable given npm install examples. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or agent-wide settings. Autonomous invocation is allowed by default but not combined with other high-risk factors here.
Scan Findings in Context
[no_code_files_to_scan] expected: The static scanner had no code files to analyze because this is an instruction-only skill containing documentation and markdown files; absence of findings is therefore expected but does not guarantee authenticity.
Assessment
This skill appears coherent: it provides documentation and examples for the Baidu Maps jsapi UI kit and only asks for a single Baidu API key and node (for npm examples). Before installing or using it: 1) confirm the skill's origin (official npm package or trusted author) since homepage/source are missing; 2) use a Baidu API key with minimal required permissions and, if possible, a separate key for development/testing; 3) when copying examples into production, verify CDN/package integrity (check npm package name and publisher, or use an official CDN); 4) never paste other unrelated secrets into prompts that use this skill. If you can supply the official package repository or homepage, that would raise confidence to high.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvBMAP_JSAPI_KEY
Primary envBMAP_JSAPI_KEY
latestvk976qm4qwf1cf9h7r9fzxw708x83ze5c
440downloads
0stars
4versions
Updated 1w ago
v1.0.3
MIT-0

百度地图 jsapi-ui-kit

轻量级百度地图 UI 组件库,提供地点自动补全、地点检索、详情展示和路径规划能力。

什么时候使用

  • 希望快速集成标准化的地图 UI 组件,无需从零开发
  • 需要在地图应用中添加搜索输入框自动补全功能
  • 需要在地图应用中添加地点搜索功能
  • 需要展示 POI 详情信息(名称、地址、电话等)
  • 需要实现驾车路径规划功能(支持多方案、途经点)

文档导航

如何使用

根据用户问题查询文档导航,参考详细文档内容和API设计:

references/getting-started.md

每个参考文件包含:

  • 功能简要说明
  • 完整代码示例及解释
  • API 参数说明和注意事项

注意事项

  • 必须先加载百度地图 JS API(BMap 或 BMapGL)

Comments

Loading comments...