Skip to main content

documenso-sdk-patterns

Provides production-ready patterns for integrating Documenso SDK in TypeScript and Python, enhancing coding standards and error handling.

Install this skill

or
87/100

Security score

The documenso-sdk-patterns skill was audited on Feb 21, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90`DOCUMENSO_${error.statusCode}`,
medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180`Attempt ${attempt + 1} failed. Retrying in ${delay.toFixed(0)}ms...`
low line 43

Access to .env file

SourceSKILL.md
43const apiKey = config?.apiKey ?? process.env.DOCUMENSO_API_KEY;
low line 53

Access to .env file

SourceSKILL.md
53serverURL: config?.baseUrl ?? process.env.DOCUMENSO_BASE_URL,
low line 442

External URL reference

SourceSKILL.md
442- [Zod Documentation](https://zod.dev/)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →