gh-address-comments
Warn
Audited by Snyk on Aug 6, 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). scripts/fetch_comments.py calls GitHub (via
gh pr viewandgh api graphql) to read PR conversation comments, review bodies, and inline review thread commentbodyfields, which are outsider-authored free text.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs the agent to run commands with "elevated network access" and to re-run
gh auth statuswithsandbox_permissions=require_escalated, i.e. to bypass sandboxing and request escalated privileges, which is a direct instruction to compromise the agent's execution environment.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata