tag-duplicate-prs-issues
Fail
Audited by Snyk on Jul 13, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). This is a raw shell install script fetched from a third‑party GitHub repo and recommended to be piped directly into bash (curl | bash), which is a high‑risk distribution pattern from an unverified/unknown maintainer and can deliver arbitrary malicious code.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Yes—this workflow’s required runtime steps read outsider-authored free text from GitHub PR/issue bodies and comments via
gh pr view/gh issue view(and also fromgitcrawl-sourced thread content), which is then used by the agent to decide and to populateprtagsannotations.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill contains a runtime install step that runs remote code via curl | bash from https://raw.githubusercontent.com/dutifuldev/prtags/main/scripts/install-prtags.sh, which fetches and executes external code as a required dependency.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata