draft-release-notes
Warn
Audited by Snyk on Apr 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill explicitly ingests GitHub-generated release notes (PR titles/new contributor info) via the "gh api repos/:owner/:repo/releases/generate-notes" step in the Workflow, which is user-generated/untrusted third-party content that the agent is required to read and use when drafting the [Unreleased] section.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The workflow runs the gh CLI call (gh api repos/:owner/:repo/releases/generate-notes -> https://api.github.com/repos/:owner/:repo/releases/generate-notes) at runtime to fetch GitHub-generated release-note content which is injected as source material for the drafted [Unreleased] section, so external content directly influences the agent's output and is part of the required workflow.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata