release
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface due to its reliance on external, potentially untrusted data from git commit logs.
- Ingestion points: The skill reads commit messages and PR titles via
git logcommands inSKILL.mdandreferences/release-notes.mdto calculate version bumps and generate release notes. - Boundary markers: The instructions lack explicit delimiters or warnings to the agent to disregard instructions found within the commit data.
- Capability inventory: The skill has broad permissions including file system writes (
CHANGELOG.md), git tag/push operations, and GitHub release creation via theghtool. - Sanitization: Commit message content is processed directly without filtering or escaping, relying on the agent's interpretation.
- [COMMAND_EXECUTION]: The skill uses git and GitHub CLI commands to perform its release functions.
- Evidence: Commands such as
git tag,git push, andgh release createare executed. Security is maintained through mandatory human-in-the-loop confirmation before these commands are run.
Audit Metadata