release
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a significant number of shell commands including git, npm, node, and the gh CLI to manage the software release lifecycle.
- [COMMAND_EXECUTION]: It executes locally built artifacts using node (e.g., dist/cli/bundle.js) to perform integration testing and verification of the package before it is published.
- [COMMAND_EXECUTION]: The workflow interpolates a user-provided version argument into shell commands (e.g., npm version ), which is standard for release automation but involves dynamic command construction.
Audit Metadata