Skip to main content

edge-function-generator

Assists in creating and managing Supabase Edge Functions, enhancing serverless application development with structured templates and JWT validation.

Install this skill

or
92/100

Security score

The edge-function-generator skill was audited on Feb 9, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 149

Curl to non-GitHub URL

SourceSKILL.md
149curl -X POST https://PROJECT.supabase.co/functions/v1/function-name \
low line 49

Access to .env file

SourceSKILL.md
49const supabaseUrl = Deno.env.get("SUPABASE_URL")!;
low line 50

Access to .env file

SourceSKILL.md
50const supabaseKey = Deno.env.get("SUPABASE_SERVICE_ROLE_KEY")!;
low line 149

External URL reference

SourceSKILL.md
149curl -X POST https://PROJECT.supabase.co/functions/v1/function-name \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →