扫描报告
0 /100
echarts-master
ECharts 图表大师 - 自动设计并生成专业的 ECharts 可视化图表
ECharts visualization skill with clear documentation, no scripts, and only declared local functionality (template reading and local HTTP server). No security concerns identified.
可以安装
Skill is safe to use as documented. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md:69 - 'cp ~/.openclaw/skills/echarts-master/assets/echarts-base-template… |
| 网络访问 | WRITE | WRITE | ✓ 一致 | SKILL.md:73-76 - Local HTTP server on port 8082 only |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:73-76 - 'python3 -m http.server 8082' and 'npx http-server -p 8082' |
目录结构
3 文件 · 18.0 KB · 797 行 Markdown 2f · 516L
HTML 1f · 281L
├─
▾
assets
│ └─
echarts-base-template.html
HTML
├─
▾
references
│ └─
chart-design.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No scripts or executable code - only documentation and HTML template
✓ Local HTTP server only (port 8082) - no external network connections
✓ File system access limited to reading template files
✓ No credential harvesting or sensitive data access
✓ No obfuscation or base64-encoded content
✓ Documentation clearly declares all capabilities
✓ No dependencies or package files that could introduce supply chain risks