Skip to main content

netlify-functions

Provides a comprehensive guide for writing serverless functions on Netlify, covering modern syntax, routing, and background processing.

Install this skill

or
94/100

Security score

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

Categories Tested

Security Issues

medium line 143

Access to .env file

SourceSKILL.md
143Use `Netlify.env` (not `process.env`) inside functions:
low line 146

Access to .env file

SourceSKILL.md
146const apiKey = Netlify.env.get("API_KEY");
Scanned on May 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1.2K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
openai/plugins