version-bump
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several shell commands to manage the release process, including
git,npm, andgh. It specifically instructs the agent to navigate to~/Scripts/claude-mem/to execute a Discord notification script, which targets a path outside the immediate repository context. - [DATA_EXFILTRATION]: Accessing
~/Scripts/claude-mem/to utilize a.envfile containing Discord webhook details constitutes access to sensitive configuration data. While the operation is intended for notifications, it demonstrates the ability to read and use credentials stored in the user's home directory. - [PROMPT_INJECTION]: The skill uses
! [command]style instructional markers like**CRITICAL:**and**IMPORTANT:**to direct agent behavior. While these are currently used for workflow integrity, they mirror patterns used in prompt injection to override default AI behavior. - [PROMPT_INJECTION]: Indirect Prompt Injection Surface: The
scripts/generate_changelog.jsscript processes JSON data typically fetched from the GitHub API (gh releasedata). This data (release bodies/notes) is generated by users and then written directly intoCHANGELOG.md. - Ingestion points:
scripts/generate_changelog.jsreads fromstdin(Step 9 inSKILL.md). - Boundary markers: None identified; the script parses the JSON and joins the body text directly into a Markdown file.
- Capability inventory: The skill has
git commitandgit pushcapabilities (Step 10 inSKILL.md), allowing it to persist modified files to the repository. - Sanitization: There is no evidence of sanitization or escaping of the
r.bodycontent before it is included in the changelog output.
Audit Metadata