release-notes-generator
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands including
git log,git diff,git tag, andgh releaseto analyze repository history and manage releases. These are standard development tools required for the skill's stated purpose. - [DATA_EXFILTRATION]: The skill sends generated release notes to GitHub servers via the
gh release createcommand. This is a documented feature and utilizes a well-known service for its intended purpose. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from git commit messages.
- Ingestion points: External data enters the context via
git logandgit diffcommands as described inSKILL.md. - Boundary markers: The skill lacks explicit delimiters or instructions to ignore embedded commands within the ingested git log data.
- Capability inventory: The agent has the capability to execute shell commands (
git,gh) and write to local files (release-notes.md). - Sanitization: There is no evidence of commit message sanitization or validation before the content is summarized or used in templates.
Audit Metadata