Scan Report
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.
Safe to install
Skill is safe to use as documented. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:69 - 'cp ~/.openclaw/skills/echarts-master/assets/echarts-base-template… |
| Network | WRITE | WRITE | ✓ Aligned | SKILL.md:73-76 - Local HTTP server on port 8082 only |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:73-76 - 'python3 -m http.server 8082' and 'npx http-server -p 8082' |
File Tree
3 files · 18.0 KB · 797 lines Markdown 2f · 516L
HTML 1f · 281L
├─
▾
assets
│ └─
echarts-base-template.html
HTML
├─
▾
references
│ └─
chart-design.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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