create-draft-release-notes
Warn
Audited by Snyk on May 13, 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.70). The skill explicitly fetches GitHub-generated release note markdown with
gh release view "$release_tag" -R "$repo" --json body(i.e., user/PR-generated content on GitHub), passes that untrusted content into the organizer script, and then uses the result to update the draft release viagh release edit, so third-party content is ingested and directly drives tool actions.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata