release
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git logandgit showto read repository history. This is expected behavior for generating release notes. - [PROMPT_INJECTION]: The skill processes untrusted commit messages (
git logoutput) which could contain malicious instructions designed to influence the agent's output (Indirect Prompt Injection).- Ingestion points: The skill ingests commit history via
git logas described inSKILL.mdandreference/notes.md. - Boundary markers: The instructions lack explicit boundary markers or delimiters to separate the raw commit data from the agent's operational instructions.
- Capability inventory: The skill's capabilities are limited to reading history and generating text output; it does not request network access or file system write permissions, which significantly limits the risk impact.
- Sanitization: While the skill is instructed to produce concise bullets and drop 'noise' commits, there is no explicit instruction to sanitize or escape the content of commit bodies before interpolation into the final output.
- Ingestion points: The skill ingests commit history via
Audit Metadata