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, and test_recovery.sh) designed for database maintenance. These scripts utilize standard system utilities like tar, rsync, and database-specific clients (psql, mysql, mongosh) and follow shell script best practices including set -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
Risk Level
SAFE
Analyzed
Jul 21, 2026, 11:31 AM
Security Audit — agent-trust-hub — managing-database-recovery