github-release-best-practices

Warn

Audited by Snyk on Feb 22, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 1.00). The skill's workflows and scripts explicitly instruct the agent to read and extract commit messages/PR data and changelogs from Git/GitHub (e.g., "Automated Changelog Generation from Git History" using git log / PR extraction and the "Complete Release Script" + gh release view/create and the GitHub compare URLs), which are user-generated, public third-party contents that the agent would parse and act on during releases.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The workflow includes GitHub Actions that are fetched and executed at runtime (e.g., uses: actions/checkout@v4 -> https://github.com/actions/checkout and uses: dtolnay/rust-toolchain@stable -> https://github.com/dtolnay/rust-toolchain), which are external repositories executed as part of the CI and are required by the release workflow.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 22, 2026, 10:17 PM