Skip to main content

netlify-frameworks

Guides users on deploying various web frameworks on Netlify, covering setup, configuration, and troubleshooting for optimal integration.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 61

Access to .env file

SourceSKILL.md
61| Vite / React | `VITE_` | `import.meta.env.VITE_VAR` |
medium line 62

Access to .env file

SourceSKILL.md
62| Astro | `PUBLIC_` | `import.meta.env.PUBLIC_VAR` |
medium line 63

Access to .env file

SourceSKILL.md
63| Next.js | `NEXT_PUBLIC_` | `process.env.NEXT_PUBLIC_VAR` |
medium line 66

Access to .env file

SourceSKILL.md
66Server-side code in all frameworks can access variables via `process.env.VAR` or `Netlify.env.get("VAR")`.
Scanned on May 24, 2026
View Security Dashboard
Installation guide →