Skip to main content

database-migration-manager

Facilitates the creation of production-ready Supabase migrations with strict naming conventions and idempotent SQL for schema changes.

Install this skill

or
84/100

Security score

The database-migration-manager skill was audited on Feb 19, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 536

Access to .env file

SourceSKILL.md
536Always load credentials from `.env.local` first:
low line 538

Access to .env file

SourceSKILL.md
538# Load credentials from .env.local
low line 539

Access to .env file

SourceSKILL.md
539source apps/web/.env.local 2>/dev/null
low line 562

Access to .env file

SourceSKILL.md
562# Load credentials from .env.local
low line 563

Access to .env file

SourceSKILL.md
563source apps/web/.env.local 2>/dev/null
low line 592

Access to .env file

SourceSKILL.md
592# Load credentials from .env.local
low line 593

Access to .env file

SourceSKILL.md
593source apps/web/.env.local 2>/dev/null
low line 750

Access to .env file

SourceSKILL.md
750# Load credentials from .env.local
low line 751

Access to .env file

SourceSKILL.md
751source apps/web/.env.local 2>/dev/null
low line 636

External URL reference

SourceSKILL.md
636`https://supabase.com/dashboard/project/csjruhqyqzzqxnfeyiaf/sql/new`
low line 639

External URL reference

SourceSKILL.md
639`https://supabase.com/dashboard/project/hxpcknyqswetsqmqmeep/sql/new`
low line 797

External URL reference

SourceSKILL.md
797- [Supavisor Connection Terminology](https://supabase.com/docs/guides/troubleshooting/supavisor-and-connection-terminology-explained-9pr_ZO)
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →