databases
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/db_backup.pyutility invokes database CLI tools using thesubprocessmodule to perform backup and restore operations. - Evidence: The script calls
mongodump,pg_dump,mongorestore, andpsql(scripts/db_backup.py). - Context: These calls are the primary function of the utility and are implemented using list-based arguments, which is a secure method for executing system commands.
- [SAFE]: No malicious patterns, prompt injections, or unauthorized data access behaviors were detected across the provided files.
- Evidence: Analysis of the instructions in
SKILL.mdand the logic in the Python scripts confirms they follow standard database administration practices. - Evidence: There is no evidence of obfuscation or attempts to exfiltrate sensitive information like credentials or configuration files.
Audit Metadata