Skip to main content

database-migration

Provides best practices for database migrations, including schema changes, rollback strategies, and zero-downtime techniques.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 159

Template literal with variable interpolation in command context

SourceSKILL.md
159console.log(`Backfilled ${totalUpdated} rows...`);
medium line 165

Template literal with variable interpolation in command context

SourceSKILL.md
165console.log(`Backfill complete. Total rows updated: ${totalUpdated}`);
Scanned on Feb 15, 2026
View Security Dashboard