release-skills
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data from external sources.
- Ingestion points: Commit messages are retrieved via
git logand pull request details are fetched usinggh pr view. - Boundary markers: The workflow does not explicitly define markers to isolate this untrusted content.
- Capability inventory: The agent can perform sensitive actions such as
git commit,git tag, andgit push. - Sanitization: No explicit sanitization or validation of the commit/PR data is specified before it is used to generate changelogs. However, this surface is inherent to the skill's primary purpose of release automation.
- [COMMAND_EXECUTION]: The skill utilizes several command-line tools to perform its tasks.
- Tool list: It executes
gitfor version control management andgh(GitHub CLI) for PR and repository interaction. - Context: These commands are used for legitimate, expected operations like analyzing history, committing changes, and pushing tags to remote repositories.
Audit Metadata