database-migration
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides well-documented procedures for database schema management, emphasizing zero-downtime techniques, transaction safety, and the use of Row Level Security (RLS) for multi-tenant isolation.
- [COMMAND_EXECUTION]: The skill includes shell command templates for standard database utilities like
psqland theneonctlCLI. These commands are used for their intended purpose of applying migrations and managing database branches in a development workflow. - [DATA_EXPOSURE]: Guidance is provided on using environment variables for database connection strings (
DATABASE_URL,DATABASE_URL_UNPOOLED), which follows standard security practices for credential management in deployment pipelines.
Audit Metadata