skills/jeremylongshore/claude-code-plugins-plus-skills/documenso-upgrade-migration/Gen Agent Trust Hub
documenso-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill serves as a standard technical migration guide. It contains no obfuscation, prompt injection, or persistence mechanisms.
- [EXTERNAL_DOWNLOADS]: Recommends installing official SDKs from reputable registries (NPM and PyPI). Specifically, it suggests installing
@documenso/sdk-typescriptand updatingdocumenso_sdk, which are appropriate for the skill's stated purpose. - [COMMAND_EXECUTION]: Includes basic shell commands for package management using
npmandpip. These commands are used as intended for dependency management during a migration process. - [CREDENTIALS_UNSAFE]: Code snippets correctly demonstrate using environment variables (e.g.,
process.env.DOCUMENSO_API_KEY) rather than hardcoding sensitive credentials.
Audit Metadata