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 24, 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
| 35 | ```bash |
Template literal with variable interpolation in command context
| 55 | ```bash |
Template literal with variable interpolation in command context
| 95 | ```bash |
Template literal with variable interpolation in command context
| 108 | ```bash |
Template literal with variable interpolation in command context
| 119 | ```bash |
Template literal with variable interpolation in command context
| 129 | ```bash |
Template literal with variable interpolation in command context
| 175 | - `${CLAUDE_SKILL_DIR}/references/postgresql_backup_restore.md` - PostgreSQL backup guide |
Template literal with variable interpolation in command context
| 176 | - `${CLAUDE_SKILL_DIR}/references/mysql_backup_restore.md` - MySQL backup guide |
Template literal with variable interpolation in command context
| 177 | - `${CLAUDE_SKILL_DIR}/references/mongodb_backup_restore.md` - MongoDB backup guide |
Template literal with variable interpolation in command context
| 178 | - `${CLAUDE_SKILL_DIR}/references/sqlite_backup_restore.md` - SQLite backup guide |
Template literal with variable interpolation in command context
| 179 | - `${CLAUDE_SKILL_DIR}/references/backup_best_practices.md` - Security and storage best practices |
Template literal with variable interpolation in command context
| 180 | - `${CLAUDE_SKILL_DIR}/references/cron_syntax.md` - Cron scheduling reference |