database-backups
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill contains bash script templates for database administration tasks such as pg_dump and mysqldump. These are static examples for the user to implement and do not execute dynamic or untrusted input.
- [DATA_EXFILTRATION] (SAFE): The script includes commands to upload backups to AWS S3, which is the intended behavior for an offsite backup skill. There are no signs of data being sent to unauthorized or unknown domains.
- [CREDENTIALS_UNSAFE] (SAFE): The provided templates use environment variables like $MYSQL_PWD for authentication instead of hardcoding plaintext secrets, adhering to standard security practices for automation scripts.
Audit Metadata