cut-release
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents a legitimate software development workflow for cutting releases. It utilizes standard command-line tools (git, gh, cargo, npm, goreleaser) in a manner consistent with their intended purpose.
- [SAFE]: The workflow incorporates safety mechanisms such as dry-runs (
cargo publish --dry-run,npm publish --dry-run) and manual confirmation before performing irreversible actions like pushing tags. - [SAFE]: No instances of prompt injection, data exfiltration, obfuscation, or unauthorized privilege escalation were detected. The file access is limited to standard project configuration and documentation files (e.g., Cargo.toml, package.json, RELEASE.md).
Audit Metadata