release
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION] (LOW): Potential for Indirect Prompt Injection via git metadata.
- Ingestion points: The skill processes untrusted data from
git logandgit describe --tagsas shown in the release process steps inSKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to distinguish between commit messages and operational instructions.
- Capability inventory: The skill utilizes the
Bashtool to performgit push,git tag, andgoreleaseroperations, and theWritetool to modify files. - Sanitization: There is no evidence of sanitization or filtering of the commit messages before they are processed for release notes generation.
- [COMMAND_EXECUTION] (SAFE): The skill uses
Bashto execute standard development commands such asgit,make, andgoreleaser. These operations are consistent with the skill's stated purpose of release automation and do not show signs of malicious intent or obfuscation.
Audit Metadata