publish-npm-version
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to manage the release lifecycle, including
gitfor branch and worktree management,nodefor version parsing, andghfor pull request creation. These are standard operations for a release automation tool. - [REMOTE_CODE_EXECUTION]: The procedure includes
pnpm install, which downloads dependencies. However, it explicitly uses the--ignore-scriptsand--frozen-lockfileflags, which prevent the execution of untrusted lifecycle scripts from packages and ensures integrity against the lockfile. - [SAFE]: All executed scripts, such as
./scripts/determine-version-utils.tsand thepnpm bump-versioncommand, are internal to the repository being managed. There are no attempts to download or execute code from external untrusted sources or exfiltrate sensitive data.
Audit Metadata