db-migration-postgres-mysql
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of
pgloadervia Homebrew and the addition of well-known Ruby gems such astrilogyandmysql2. These are established tools for database migration and Rails connectivity. - [COMMAND_EXECUTION]: Provides standard shell commands for auditing schema files (
grep) and executing the migration process (pgloader). The commands are appropriately scoped to the database migration task. - [SAFE]: Example configurations for database connection strings use placeholders like
user:pass@source-host, following secure documentation practices by avoiding hardcoded credentials.
Audit Metadata