Skip to main content

database-migrations

Provides best practices for safe database migrations, ensuring zero-downtime deployments and effective schema changes across various databases.

Install this skill

or
90/100

Security score

The database-migrations skill was audited on May 13, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 290

Template literal with variable interpolation in command context

SourceSKILL.md
290console.log(`migration "${it.migrationName}" executed successfully`)
medium line 292

Template literal with variable interpolation in command context

SourceSKILL.md
292console.error(`failed to execute migration "${it.migrationName}"`)
Scanned on May 13, 2026
View Security Dashboard