Skip to main content

clawdbot-skill-update

Facilitates comprehensive backup, update, and restore workflows for Clawdbot with dynamic workspace detection and multi-agent support.

Install this skill

or
40/100

Security score

The clawdbot-skill-update skill was audited on May 24, 2026 and we found 28 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 53

Access to hidden dotfiles in home directory

SourceSKILL.md
53- Read workspace paths from `~/.clawdbot/clawdbot.json`
low line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72~/.skills/clawdbot-update/backup-clawdbot-dryrun.sh
low line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
87~/.skills/clawdbot-update/backup-clawdbot-full.sh
medium line 91

Access to hidden dotfiles in home directory

SourceSKILL.md
91- `~/.clawdbot/clawdbot.json` (config)
medium line 92

Access to hidden dotfiles in home directory

SourceSKILL.md
92- `~/.clawdbot/sessions/` (session state)
medium line 93

Access to hidden dotfiles in home directory

SourceSKILL.md
93- `~/.clawdbot/agents/` (multi-agent state)
medium line 94

Access to hidden dotfiles in home directory

SourceSKILL.md
94- `~/.clawdbot/credentials/` (auth tokens)
medium line 95

Access to hidden dotfiles in home directory

SourceSKILL.md
95- `~/.clawdbot/cron/` (scheduled jobs)
medium line 96

Access to hidden dotfiles in home directory

SourceSKILL.md
96- `~/.clawdbot/sandboxes/` (sandbox state)
medium line 100

Access to hidden dotfiles in home directory

SourceSKILL.md
100**Output:** `~/.clawdbot-backups/pre-update-YYYYMMDD-HHMMSS/`
low line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
107cat ~/.skills/clawdbot-update/UPDATE_CHECKLIST.md
low line 122

Access to hidden dotfiles in home directory

SourceSKILL.md
122~/.skills/clawdbot-update/restore-clawdbot.sh ~/.clawdbot-backups/pre-update-YYYYMMDD-HHMMSS
low line 152

Access to hidden dotfiles in home directory

SourceSKILL.md
152BACKUP_DIR=~/.clawdbot-backups/pre-update-YYYYMMDD-HHMMSS
low line 166

Access to hidden dotfiles in home directory

SourceSKILL.md
166jq '.whatsapp.dmPolicy = "pairing"' ~/.clawdbot/clawdbot.json | sponge ~/.clawdbot/clawdbot.json
low line 171

Access to hidden dotfiles in home directory

SourceSKILL.md
171jq '.agent.sandbox.scope = "agent"' ~/.clawdbot/clawdbot.json | sponge ~/.clawdbot/clawdbot.json
low line 180

Access to hidden dotfiles in home directory

SourceSKILL.md
180~/.skills/clawdbot-update/check-upstream.sh
low line 183

Access to hidden dotfiles in home directory

SourceSKILL.md
183~/.skills/clawdbot-update/validate-setup.sh
low line 186

Access to hidden dotfiles in home directory

SourceSKILL.md
186~/.skills/clawdbot-update/backup-clawdbot-dryrun.sh
low line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189~/.skills/clawdbot-update/backup-clawdbot-full.sh
low line 216

Access to hidden dotfiles in home directory

SourceSKILL.md
216~/.skills/clawdbot-update/restore-clawdbot.sh <backup-dir>
low line 222

Access to hidden dotfiles in home directory

SourceSKILL.md
222cp <backup-dir>/clawdbot.json ~/.clawdbot/
low line 278

Access to hidden dotfiles in home directory

SourceSKILL.md
278jq '.agent.sandbox' ~/.clawdbot/clawdbot.json
low line 281

Access to hidden dotfiles in home directory

SourceSKILL.md
281jq '.routing.agents[] | {name, sandbox}' ~/.clawdbot/clawdbot.json
low line 293

Access to hidden dotfiles in home directory

SourceSKILL.md
293LATEST_BACKUP=$(ls -t ~/.clawdbot-backups/ | head -1)
low line 294

Access to hidden dotfiles in home directory

SourceSKILL.md
294~/.skills/clawdbot-update/restore-clawdbot.sh ~/.clawdbot-backups/$LATEST_BACKUP
low line 311

Access to hidden dotfiles in home directory

SourceSKILL.md
311git clone <repo-url> ~/.skills/clawdbot-update
low line 312

Access to hidden dotfiles in home directory

SourceSKILL.md
312chmod +x ~/.skills/clawdbot-update/*.sh
low line 252

External URL reference

SourceSKILL.md
252open http://localhost:3001/logs
Scanned on May 24, 2026
View Security Dashboard
Installation guide →