Skip to main content

backup

Automates backup strategies for critical data and workspace, ensuring data integrity and recovery options.

Install this skill

or
86/100

Security score

The backup skill was audited on Mar 7, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19| 🔴 Critical | Credentials | `~/.credentials/` | Daily |
low line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31cd ~/.openclaw/workspace
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44rsync -avz ~/.openclaw/workspace/ gdrive:Backups/openclaw/
low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51tar -czf backup-$(date +%Y%m%d).tar.gz ~/.openclaw/workspace/
low line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72tar -czf - ~/.credentials/ | gpg -c > credentials-backup-$(date +%Y%m%d).tar.gz.gpg
medium line 79

Access to hidden dotfiles in home directory

SourceSKILL.md
793. **Credentials:** Decrypt GPG backup, extract to `~/.credentials/`
Scanned on Mar 7, 2026
View Security Dashboard