Skip to main content

docuseal-code

Integrates DocuSeal document signing and template management into web and mobile apps using various frontend frameworks and REST API.

Install this skill

or
70/100

Security score

The docuseal-code skill was audited on Aug 6, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Webhook reference

SourceSKILL.md
21
22- **`references/embed/`** — Embed UI components (signing forms, template builder). Each file is self-contained — load only the ones matching the user's stack.
23- **`references/api/`** — REST API endpoints and webhooks. One file per endpoint/webhook with parameters, schemas, code examples, and response samples.
24
25## Embed UI Components
medium line 158

Webhook reference

SourceSKILL.md
156### Webhooks
157
158- [Form Webhook](references/api/form-webhook.md)
159- [Submission Webhook](references/api/submission-webhook.md)
160- [Template Webhook](references/api/template-webhook.md)
medium line 159

Webhook reference

SourceSKILL.md
157
158- [Form Webhook](references/api/form-webhook.md)
159- [Submission Webhook](references/api/submission-webhook.md)
160- [Template Webhook](references/api/template-webhook.md)
161
medium line 160

Webhook reference

SourceSKILL.md
158- [Form Webhook](references/api/form-webhook.md)
159- [Submission Webhook](references/api/submission-webhook.md)
160- [Template Webhook](references/api/template-webhook.md)
161
162Configure webhook URL: https://console.docuseal.com/webhooks
medium line 162

Webhook reference

SourceSKILL.md
160- [Template Webhook](references/api/template-webhook.md)
161
162Configure webhook URL: https://console.docuseal.com/webhooks
163
164### Common API Patterns
medium line 181

Webhook reference

SourceSKILL.md
1796. **Not on `docuseal.com`?** Load [references/embed/signing-form-hosts.md](references/embed/signing-form-hosts.md) or [references/embed/form-builder-hosts.md](references/embed/form-builder-hosts.md) depending on the component.
1807. **Custom theme?** Load [references/embed/signing-form-custom-css.md](references/embed/signing-form-custom-css.md) or [references/embed/form-builder-custom-css.md](references/embed/form-builder-custom-css.md) depending on the component.
1818. **Auth, URL handling, webhook verification, or any security-sensitive embedding?** Load [references/embed/signing-form-security-recommendations.md](references/embed/signing-form-security-recommendations.md) or [references/embed/form-builder-security-recommendations.md](references/embed/form-builder-security-recommendations.md) depending on the component.
1829. **CLI commands?** Load the sibling `docuseal-cli` skill from this same repo.
183
Scanned on Aug 6, 2026
View Security Dashboard
Installation guide →