Skip to main content

Drafty

Enables users to create, manage, and publish blog posts on Drafty.com using its API, enhancing content marketing efforts.

Install this skill

or
76/100

Security score

The Drafty skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -X POST https://www.drafty.com/api/integrations/posts \
medium line 55

Curl to non-GitHub URL

SourceSKILL.md
55curl https://www.drafty.com/api/integrations/posts?limit=10 \
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -X PATCH https://www.drafty.com/api/integrations/posts/{postId} \
low line 17

External URL reference

SourceSKILL.md
171. Go to https://www.drafty.com/dash
low line 37

External URL reference

SourceSKILL.md
37curl -X POST https://www.drafty.com/api/integrations/posts \
low line 55

External URL reference

SourceSKILL.md
55curl https://www.drafty.com/api/integrations/posts?limit=10 \
low line 66

External URL reference

SourceSKILL.md
66curl -X PATCH https://www.drafty.com/api/integrations/posts/{postId} \
low line 142

External URL reference

SourceSKILL.md
142**Base URL**: `https://www.drafty.com/api/integrations`
low line 162

External URL reference

SourceSKILL.md
162"url": "https://drafty.com/@username/post-slug"
low line 178

External URL reference

SourceSKILL.md
178"url": "https://drafty.com/@username/post-slug",
low line 202

External URL reference

SourceSKILL.md
202"url": "https://drafty.com/@username/post-slug"
low line 220

External URL reference

SourceSKILL.md
220- **API Issues**: Check https://www.drafty.com/docs/api
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →