databases
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The Python utility scripts included in the skill (
db_backup.py,db_migrate.py,db_performance_check.py) utilize thesubprocessmodule to execute standard database CLI tools such aspsql,pg_dump,mongodump, andmongorestore. These calls are implemented using argument lists to mitigate shell injection risks. - [EXTERNAL_DOWNLOADS]: The documentation and requirements files provide instructions for installing necessary database dependencies from official sources using system package managers like
apt-getandbrew. - [SAFE]: Example connection strings in the documentation use standard placeholders (e.g.,
user:pass), and the scripts are designed to take sensitive parameters as user input at runtime rather than storing them in code.
Audit Metadata