automating-database-backups
Automates database backup processes with scheduling, compression, and encryption for PostgreSQL, MySQL, MongoDB, and SQLite.
Install this skill
Security score
The automating-database-backups skill was audited on May 12, 2026 and we found 12 security issues across 1 threat category, including 6 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 34 | ```bash |
Template literal with variable interpolation in command context
| 53 | ```bash |
Template literal with variable interpolation in command context
| 88 | ```bash |
Template literal with variable interpolation in command context
| 99 | ```bash |
Template literal with variable interpolation in command context
| 108 | ```bash |
Template literal with variable interpolation in command context
| 116 | ```bash |
Template literal with variable interpolation in command context
| 162 | - `${CLAUDE_SKILL_DIR}/references/postgresql_backup_restore.md` - PostgreSQL backup guide |
Template literal with variable interpolation in command context
| 163 | - `${CLAUDE_SKILL_DIR}/references/mysql_backup_restore.md` - MySQL backup guide |
Template literal with variable interpolation in command context
| 164 | - `${CLAUDE_SKILL_DIR}/references/mongodb_backup_restore.md` - MongoDB backup guide |
Template literal with variable interpolation in command context
| 165 | - `${CLAUDE_SKILL_DIR}/references/sqlite_backup_restore.md` - SQLite backup guide |
Template literal with variable interpolation in command context
| 166 | - `${CLAUDE_SKILL_DIR}/references/backup_best_practices.md` - Security and storage best practices |
Template literal with variable interpolation in command context
| 167 | - `${CLAUDE_SKILL_DIR}/references/cron_syntax.md` - Cron scheduling reference |