Skip to main content

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
146rsync -av /data/moltbot/workspace/ /root/clawd/
medium line 149

Access to root home directory

SourceSKILL.md
149rsync -av /data/moltbot/workspace/myproject/ /root/clawd/myproject/
medium line 176

Access to root home directory

SourceSKILL.md
176ls -la /root/clawd/
medium line 177

Access to root home directory

SourceSKILL.md
177find /root/clawd -type f | head -20
high line 209

Access to root home directory

SourceSKILL.md
2095. **Workspace Detection**: Script auto-detects `/root/clawd/` (OpenClaw) or `/workspace/`
medium line 230

Access to root home directory

SourceSKILL.md
230rsync -av /data/moltbot/workspace/ /root/clawd/
high line 239

Access to root home directory

SourceSKILL.md
2391. Make changes in `/root/clawd/` (your OpenClaw workspace)
Scanned on Feb 12, 2026
View Security Dashboard