Run Database Migration
Facilitates the application of pending Supabase migrations to databases, ensuring data integrity and safety during updates.
Install this skill
or
80/100
Security score
The Run Database Migration skill was audited on May 20, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 22
Access to .env file
SourceSKILL.md
| 22 | - `local` → env file: `.env.supabase` |
medium line 23
Access to .env file
SourceSKILL.md
| 23 | - `dev` → env file: `.env.cloud.dev` |
medium line 24
Access to .env file
SourceSKILL.md
| 24 | - `prod` → env file: `.env.cloud` |
medium line 92
Access to .env file
SourceSKILL.md
| 92 | - Each cloud env file (`.env.cloud.dev`, `.env.cloud`) defines `POSTGRES_POOLER_URL` for its project. The skill targets that URL via `--db-url`, so there is no `supabase link` step and no risk of push |
Scanned on May 20, 2026
View Security Dashboard