cut-release
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Git commands (
git describe,git diff,git log,git tag,git push) and project-specific verification/build tools (lint, unit tests, e2e) defined in the repository's configuration. These are essential for its function as a release automation tool and are scoped to the project environment. - [REMOTE_CODE_EXECUTION]: The skill refers to
gh release createand other build/smoke commands defined indocs/agents/project.md. These are standard development workflows and the skill is explicitly configured withdisable-model-invocation: true, ensuring these actions only occur through direct user-triggered sequences. - [DATA_EXPOSURE]: The skill reads project documentation (
docs/specs/INDEX.md,docs/agents/project.md) to determine release range and feature status. No access to sensitive user credentials or environment variables beyond standard Git/GitHub CLI authentication was detected.
Audit Metadata