webflow
Enables programmatic management of Webflow sites, CMS collections, and forms through API integration.
Install this skill
or
56/100
Security score
The webflow skill was audited on Feb 9, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 20
Curl to non-GitHub URL
SourceSKILL.md
| 20 | curl "https://api.webflow.com/v2/sites" \ |
medium line 27
Curl to non-GitHub URL
SourceSKILL.md
| 27 | curl "https://api.webflow.com/v2/sites/{site_id}" \ |
medium line 34
Curl to non-GitHub URL
SourceSKILL.md
| 34 | curl "https://api.webflow.com/v2/sites/{site_id}/collections" \ |
medium line 41
Curl to non-GitHub URL
SourceSKILL.md
| 41 | curl "https://api.webflow.com/v2/collections/{collection_id}/items" \ |
medium line 48
Curl to non-GitHub URL
SourceSKILL.md
| 48 | curl -X POST "https://api.webflow.com/v2/collections/{collection_id}/items" \ |
medium line 63
Curl to non-GitHub URL
SourceSKILL.md
| 63 | curl -X POST "https://api.webflow.com/v2/sites/{site_id}/publish" \ |
medium line 70
Curl to non-GitHub URL
SourceSKILL.md
| 70 | curl "https://api.webflow.com/v2/sites/{site_id}/forms/{form_id}/submissions" \ |
low line 20
External URL reference
SourceSKILL.md
| 20 | curl "https://api.webflow.com/v2/sites" \ |
low line 27
External URL reference
SourceSKILL.md
| 27 | curl "https://api.webflow.com/v2/sites/{site_id}" \ |
low line 34
External URL reference
SourceSKILL.md
| 34 | curl "https://api.webflow.com/v2/sites/{site_id}/collections" \ |
low line 41
External URL reference
SourceSKILL.md
| 41 | curl "https://api.webflow.com/v2/collections/{collection_id}/items" \ |
low line 48
External URL reference
SourceSKILL.md
| 48 | curl -X POST "https://api.webflow.com/v2/collections/{collection_id}/items" \ |
low line 63
External URL reference
SourceSKILL.md
| 63 | curl -X POST "https://api.webflow.com/v2/sites/{site_id}/publish" \ |
low line 70
External URL reference
SourceSKILL.md
| 70 | curl "https://api.webflow.com/v2/sites/{site_id}/forms/{form_id}/submissions" \ |
low line 75
External URL reference
SourceSKILL.md
| 75 | - Dashboard: https://webflow.com/dashboard |
low line 76
External URL reference
SourceSKILL.md
| 76 | - Docs: https://developers.webflow.com |
Scanned on Feb 9, 2026
View Security Dashboard