skills/jeremylongshore/claude-code-plugins-plus-skills/documenso-multi-env-setup/Gen Agent Trust Hub
documenso-multi-env-setup
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code templates for environment-specific configuration, facilitating proper isolation between development, staging, and production environments.
- [SAFE]: Implementation examples utilize the
zodlibrary for schema validation of configuration files and environment variables, ensuring data integrity at runtime. - [SAFE]: Secret management guidance follows standard best practices by utilizing environment variables (e.g.,
DOCUMENSO_API_KEY_PRODUCTION) rather than hardcoding sensitive credentials. - [SAFE]: The skill references and uses official integration patterns for the Documenso service, including targeting legitimate API endpoints (
app.documenso.com). - [SAFE]: Dynamic file loading (via
require) is safely implemented by validating the environment input against a strict enumeration before use.
Audit Metadata