releasing
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill interacts with local project files to automate the release sequence, creating a potential surface for indirect injection if those files were compromised.
- Ingestion points: Reads version information and changelog updates from
package.jsonandCHANGELOG.md. - Boundary markers: Absent; the skill executes shell commands directly using the data read from files.
- Capability inventory: Includes file system reads/writes via
npm, version control operations viagit, and network communication vianpxandnpm. - Sanitization: Relies on the structured input requirements of the
npmandgitCLI tools. - [CREDENTIALS_UNSAFE]: The skill references a
NPM_TOKENfor authentication with the npm registry. - Evidence: The instructions state that staging uses a "configured NPM_TOKEN credential." This follows standard industry practices for automated CI/CD workflows and does not involve hardcoded secrets or unsafe storage instructions.
Audit Metadata