skills/ggprompts/my-plugins/databases/Gen Agent Trust Hub

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 the subprocess module to execute standard database CLI tools such as psql, pg_dump, mongodump, and mongorestore. 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-get and brew.
  • [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
Risk Level
SAFE
Analyzed
Mar 14, 2026, 04:34 AM