Deploy Supabase Functions
Facilitates the deployment of Supabase edge functions across different environments, ensuring efficient project management.
Install this skill
or
83/100
Security score
The Deploy Supabase Functions skill was audited on May 20, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 9
Access to .env file
SourceSKILL.md
| 9 | - `dev` → env file: `.env.cloud.dev` |
medium line 10
Access to .env file
SourceSKILL.md
| 10 | - `eval` → env file: `.env.cloud.eval` |
medium line 11
Access to .env file
SourceSKILL.md
| 11 | - `prod` → env file: `.env.cloud` |
low line 19
External URL reference
SourceSKILL.md
| 19 | PROJECT_REF=$(echo "$SUPABASE_URL" | sed -E 's|https://([^.]+).*|\1|') |
low line 23
External URL reference
SourceSKILL.md
| 23 | `SUPABASE_URL` is defined in every cloud env file (`https://<ref>.supabase.co`). Extracting the ref from it pins the deploy to the env the user asked for, regardless of what `supabase link` last point |
Scanned on May 20, 2026
View Security Dashboard