database
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for performing database backups and administration using standard CLI tools like
pg_dump,mysqldump, andsqlite3as seen in00-safety.md. These commands are part of documented safety and recovery procedures. - [SAFE]: The skill accesses configuration files and handles external database data as part of its core functionality, which is secured by comprehensive safety guidelines. 1. Ingestion points: Environment variables and configuration files such as
.envanddocker-compose.ymlfor connection strings, and database schemas for inspection. 2. Boundary markers: The '6 Golden Rules' inSKILL.mdand environment-specific operation modes in00-safety.mdprevent unauthorized or accidental data modification. 3. Capability inventory: Execution of SQL statements and shell-based backup utilities. 4. Sanitization: The skill mandates the use of parameterized queries to prevent SQL injection and includes specific procedures for sanitizing PII in non-production environments.
Audit Metadata