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
| 143 | Use `Netlify.env` (not `process.env`) inside functions: |
low line 146
Access to .env file
SourceSKILL.md
| 146 | const apiKey = Netlify.env.get("API_KEY"); |
Scanned on May 24, 2026
View Security Dashboard