skills/jeremylongshore/claude-code-plugins-plus-skills/automating-database-backups/Gen Agent Trust Hub
automating-database-backups
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues, malicious intent, or data exfiltration patterns were identified in the analyzed files. The behavior of the skill is consistent with its stated purpose of database backup automation.
- [COMMAND_EXECUTION]: The skill utilizes the Python
subprocessmodule inbackup_scheduler.pyandbackup_validator.pyto interact with system utilities such ascrontab,pg_restore,tar, andsqlite3. These calls are implemented using safe argument lists (preventing shell injection) and are necessary for the skill's primary administrative functions. - [SAFE]: Use of administrative privileges (
sudo) is limited to managing crontab entries for specific users, which is a standard requirement for system-wide backup scheduling. - [SAFE]: Encryption practices recommended by the skill (GPG/OpenSSL) and the management of credentials via environment variables align with standard security best practices for database management.
Audit Metadata