gh-actions-debug
Warn
Audited by Snyk on Aug 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Source is GitHub Actions run/job data that the workflow fetches via
gh run view/gh api(includingjob.logand derivederrors.txt), where the text is ultimately sourced from repository-owner workflow logs and step outputs, which an outsider can influence by pushing commits that run those workflows.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's runtime scripts call GitHub API endpoints to fetch repository content that is then read into the agent for analysis (e.g., "repos/$REPO_REF/contents/$WPATH" and "repos/$REPO_REF/actions/runs/$RUN_ID/jobs"), meaning external content fetched at runtime can directly control the agent's prompts/analysis.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata