github-pr-fixer
Warn
Audited by Snyk on May 8, 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.90). The skill explicitly fetches and reads GitHub PR discussion and review comments (e.g.,
gh api .../issues/<PR>/comments,gh api repos/.../pulls/<PR>/comments, andgh pr-review threads list) which are untrusted, user-generated third-party content and are directly used to decide fixes, edits, commits, and replies per the SKILL.md workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires installing and running the GitHub CLI extension agynio/gh-pr-review (installed via "gh extension install agynio/gh-pr-review", i.e. fetching from https://github.com/agynio/gh-pr-review) which downloads and executes remote code at runtime and is a required dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata