skills/jeremylongshore/claude-code-plugins-plus-skills/documenso-migration-deep-dive/Gen Agent Trust Hub
documenso-migration-deep-dive
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a rollback procedure (
scripts/rollback-migration.sh) that executes shell commands usingcurlto interact with a feature flag API andjqto verify application health. - [COMMAND_EXECUTION]: The pre-migration assessment phase uses
grepto scan the project'ssrc/directory to identify existing integration points for legacy signing services. - [PROMPT_INJECTION]: Indirect Prompt Injection Surface.
- Ingestion points: The
analyzeCodebasefunction inscripts/analyze-current-system.tsingests untrusted text from the local source code viagrep. - Boundary markers: Absent. Output from the codebase scan is directly used to populate the
MigrationAssessmentobject. - Capability inventory: The skill has permissions for
Read,Write,Edit, andBash(npm/node), which allow it to modify project configuration and perform network operations. - Sanitization: Absent. The skill assumes the local codebase is a trusted source for generating migration metrics and plans.
Audit Metadata