convex-migrations
Facilitates safe schema migrations for Convex databases, enabling seamless evolution of applications with zero-downtime patterns.
Install this skill
or
72/100
Security score
The convex-migrations skill was audited on Mar 1, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 134
Template literal with variable interpolation in command context
SourceSKILL.md
| 134 | return `https://api.dicebear.com/7.x/initials/svg?seed=${encodeURIComponent(name)}`; |
medium line 465
Template literal with variable interpolation in command context
SourceSKILL.md
| 465 | throw new Error(`Migration ${args.name} already completed`); |
medium line 468
Template literal with variable interpolation in command context
SourceSKILL.md
| 468 | throw new Error(`Migration ${args.name} already running`); |
medium line 561
Template literal with variable interpolation in command context
SourceSKILL.md
| 561 | console.log(`Migration ${MIGRATION_NAME} already completed`); |
medium line 601
Template literal with variable interpolation in command context
SourceSKILL.md
| 601 | console.log(`Migration ${MIGRATION_NAME} completed`); |
low line 20
External URL reference
SourceSKILL.md
| 20 | - Migration Patterns: https://stack.convex.dev/migrate-data-postgres-to-convex |
low line 134
External URL reference
SourceSKILL.md
| 134 | return `https://api.dicebear.com/7.x/initials/svg?seed=${encodeURIComponent(name)}`; |
low line 712
External URL reference
SourceSKILL.md
| 712 | - Migration Patterns: https://stack.convex.dev/migrate-data-postgres-to-convex |
Scanned on Mar 1, 2026
View Security DashboardInstall this skill with one command
/learn @mjmmattoni98/convex-migrations