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, and gh release to 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 create command. 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 log and git diff commands as described in SKILL.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
Risk Level
SAFE
Analyzed
Jun 15, 2026, 01:08 PM
Security Audit — agent-trust-hub — release-notes-generator