Skip to main content

netlify-forms

Provides a comprehensive guide for implementing HTML forms with Netlify, covering setup, AJAX submissions, and framework-specific instructions.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

low line 69

Fetch to external URL

SourceSKILL.md
69await fetch("/", {
medium line 78

Fetch to external URL

SourceSKILL.md
78> file path (e.g. `"/__forms.html"`), **not** `"/"`. In SSR apps, `fetch("/")` is intercepted by the SSR catch-all
low line 89

Fetch to external URL

SourceSKILL.md
89const response = await fetch("/__forms.html", {
low line 143

Fetch to external URL

SourceSKILL.md
143await fetch("/", { method: "POST", body: new FormData(form) });
medium line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154- **Webhooks**: Trigger external services on submission.
Scanned on May 24, 2026
View Security Dashboard