Container Management Skill
Manages workspace persistence and R2 storage in a Cloudflare Sandbox container, ensuring data safety and automated backups.
Install this skill
or
0/100
Security score
The Container Management Skill skill was audited on Feb 12, 2026 and we found 11 security issues across 1 threat category, including 6 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 39
Access to root home directory
SourceSKILL.md
| 39 | - Your OpenClaw workspace at `/root/clawd/` should be synced to R2 storage |
high line 44
Access to root home directory
SourceSKILL.md
| 44 | - Primary: `/root/clawd/` (OpenClaw/Clawdbot standard location) |
high line 53
Access to root home directory
SourceSKILL.md
| 53 | **Purpose**: Backs up your entire OpenClaw workspace (`/root/clawd/`) to R2, excluding large/unnecessary files like `node_modules`, `.git`, `__pycache__`, etc. |
high line 69
Access to root home directory
SourceSKILL.md
| 69 | - Syncs `/root/clawd/` → `/data/moltbot/workspace/` |
medium line 146
Access to root home directory
SourceSKILL.md
| 146 | rsync -av /data/moltbot/workspace/ /root/clawd/ |
medium line 149
Access to root home directory
SourceSKILL.md
| 149 | rsync -av /data/moltbot/workspace/myproject/ /root/clawd/myproject/ |
medium line 176
Access to root home directory
SourceSKILL.md
| 176 | ls -la /root/clawd/ |
medium line 177
Access to root home directory
SourceSKILL.md
| 177 | find /root/clawd -type f | head -20 |
high line 209
Access to root home directory
SourceSKILL.md
| 209 | 5. **Workspace Detection**: Script auto-detects `/root/clawd/` (OpenClaw) or `/workspace/` |
medium line 230
Access to root home directory
SourceSKILL.md
| 230 | rsync -av /data/moltbot/workspace/ /root/clawd/ |
high line 239
Access to root home directory
SourceSKILL.md
| 239 | 1. Make changes in `/root/clawd/` (your OpenClaw workspace) |
Scanned on Feb 12, 2026
View Security DashboardInstall this skill with one command
/learn @jerryfane/container-management-skill