claude-code-plugin-release
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by processing external data from GitHub release notes.
- Ingestion points: The
scripts/generate_changelog.jsscript reads release data fromstdinduring the changelog generation step. - Boundary markers: No delimiters or ignore-instructions warnings are used when writing external content to the
CHANGELOG.mdfile. - Capability inventory: The skill has the capability to perform high-impact actions including
npm publish,git push, andgh release create(documented inSKILL.md). - Sanitization: The
scripts/generate_changelog.jsscript does not perform any sanitization or validation of ther.bodyfield before outputting it. - [COMMAND_EXECUTION]: The skill performs several powerful shell operations as part of its standard workflow.
- The workflow executes
npm publish, which can modify the state of public package registries. - The workflow executes
git pushandgh release create, which can modify the state of the remote repository and its releases. - The skill accesses and executes code from a non-standard local path (
~/Scripts/claude-mem/), which may lead to security or stability issues if the environment contains unexpected or malicious scripts.
Audit Metadata