managing-database-recovery
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes four specialized shell scripts (
validate_backup.sh,pitr_restore.sh,failover.sh, andtest_recovery.sh) designed for database maintenance. These scripts utilize standard system utilities liketar,rsync, and database-specific clients (psql,mysql,mongosh) and follow shell script best practices includingset -euo pipefail. - [DATA_EXPOSURE]: The scripts utilize command-line arguments for accepting database connection strings and passwords. While this is a common pattern for CLI-based administration tools, users should be aware that such credentials may be visible in system process lists or shell history.
Audit Metadata