github-release-management
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and run theclaude-flowandclaude-flow@alphapackages at runtime to perform release tasks. It also recommends usingnpm installto set up the development environment.- [COMMAND_EXECUTION]: Extensive use of shell execution viaBash()and various CLI tools includinggh(GitHub CLI),git,npm, anddockerfor orchestrating complex release pipelines.- [REMOTE_CODE_EXECUTION]: Runtime execution of external code is performed usingnpx claude-flow, which fetches and runs packages from the npm registry without pinning specific hashes or verifying integrity in the instructions.- [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted external data to automate release documentation. - Ingestion points: Untrusted commit messages and pull request metadata (titles, labels) are fetched from the GitHub API via
gh apiandgh pr list. - Boundary markers: The instructions do not define boundary markers or delimiters to isolate ingested commit data from the generated documentation templates.
- Capability inventory: The skill has significant capabilities including file writing (
Write), shell command execution (Bash), and GitHub API interactions (gh release create,gh pr create). - Sanitization: No sanitization or validation steps are identified for the data extracted from commits before it is used to populate
RELEASE_CHANGELOG.mdand subsequent release notes.
Audit Metadata