agentskill.sh
secured
Canvas Skill
Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android).
Security score
This tab presents tested categories, issue summaries, and source snippets in an audit-style report.
High / Medium / Low
Categories Tested
Instruction boundariesFilesystem writesNetwork referencesPlatform-specific install flow
Security Issues
High
Data Exfiltration
Line 161
Curl to non-GitHub URL
3. Test URL directly: `curl http://<hostname>:18793/__openclaw__/canvas/<file>.html`
Medium
File Access
Line 60
Access to hidden dotfiles in home directory
In `~/.openclaw/openclaw.json`:
Low
File Access
Line 109
Access to hidden dotfiles in home directory
cat ~/.openclaw/openclaw.json | jq '.gateway.bind'
Medium
File Access
Line 159
Access to hidden dotfiles in home directory
1. Check server bind: `cat ~/.openclaw/openclaw.json | jq '.gateway.bind'`
Low
External Calls
Line 43
External URL reference
http://<tailscale-hostname>:18793/__openclaw__/canvas/<file>.html
Low
External Calls
Line 114
External URL reference
- **loopback**: `http://127.0.0.1:18793/__openclaw__/canvas/<file>.html`
Low
External Calls
Line 115
External URL reference
- **lan/tailnet/auto**: `http://<hostname>:18793/__openclaw__/canvas/<file>.html`
Low
External Calls
Line 140
External URL reference
canvas action:present node:mac-63599bc4-b54d-4392-9048-b97abd58343a target:http://peters-mac-studio-1.sheep-coho.ts.net:18793/__openclaw__/canvas/snake.html
Low
External Calls
Line 161
External URL reference
3. Test URL directly: `curl http://<hostname>:18793/__openclaw__/canvas/<file>.html`
Low
External Calls
Line 186
External URL reference
http://<host>:18793/__openclaw__/canvas/index.html → ~/clawd/canvas/index.html
Low
External Calls
Line 187
External URL reference
http://<host>:18793/__openclaw__/canvas/games/snake.html → ~/clawd/canvas/games/snake.html
Mitigations
Review the upstream repository before copying files into a local skills directory.
Confirm install instructions and supported runtimes against SKILL.md instead of a generic readme.