release-skills
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard software release process using well-defined git commands such as
git log,git commit,git tag, andgit push. - [SAFE]: Includes a confirmation step (Step 7) where the user must review and approve commits, changelog entries, and version changes before any permanent actions or network pushes occur, which is a security best practice for autonomous agents.
- [SAFE]: No external dependencies are downloaded or executed. All operations are local git commands consistent with the skill's stated purpose for repository management.
- [SAFE]: The use of
disable-model-invocation: truein the frontmatter limits the agent's ability to trigger other tools or models during this specific workflow, reducing the potential attack surface.
Audit Metadata