release-skills
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local
gitandgh(GitHub CLI) commands to analyze project history, update version files, create release commits, and generate tags. These actions are standard for the tool's primary purpose. - [EXTERNAL_DOWNLOADS]: The skill interacts with GitHub's infrastructure via the
ghCLI to retrieve pull request metadata and identify external contributors. - [DATA_EXFILTRATION]: The workflow involves pushing commits and tags to the configured remote repository (
origin). This operation is gated by a mandatory user confirmation step to prevent unauthorized or accidental data transmission. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests untrusted data from the repository's commit history and pull request titles. 1. Ingestion points: Commit messages obtained via
git logand contributor names fromgh pr view. 2. Boundary markers: The instructions do not define explicit delimiters or escaping for the ingested text when generating natural language changelogs. 3. Capability inventory: The agent can modify local files, commit changes, and perform network pushes. 4. Sanitization: There is no mention of filtering or sanitizing the commit content. This risk is mitigated by the requirement for the user to review and confirm the proposed changes and changelog content before execution.
Audit Metadata