Skip to main content

netlify-edge-functions

Provides guidance for writing low-latency Netlify Edge Functions, covering middleware, geolocation, and request manipulation.

Install this skill

or
92/100

Security score

The netlify-edge-functions skill was audited on May 24, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 84

Access to .env file

SourceSKILL.md
84Use `Netlify.env` (not `process.env` or `Deno.env`):
low line 87

Access to .env file

SourceSKILL.md
87const secret = Netlify.env.get("API_SECRET");
low line 94

External URL reference

SourceSKILL.md
94- **Deno modules**: URL imports (e.g., `import X from "https://esm.sh/package"`)
low line 100

External URL reference

SourceSKILL.md
100{ "imports": { "html-rewriter": "https://ghuc.cc/worker-tools/html-rewriter/index.ts" } }
Scanned on May 24, 2026
View Security Dashboard
Installation guide →