gh-address-comments
Warn
Audited by Snyk on Apr 28, 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 SKILL.md workflow and scripts/fetch_comments.py explicitly call the GitHub CLI (gh api graphql and gh pr view) to fetch PR conversation comments, reviews, and inline review threads (user-generated GitHub content) which the agent is expected to read, summarize, and act on to decide and apply fixes, so untrusted third‑party content can influence actions.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The prompt explicitly requests elevated network/sandbox permissions (e.g., "Run all
ghcommands with elevated network access" and "sandbox_permissions=require_escalated") which asks the agent to bypass or escalate sandbox/security controls, even though file edits themselves are project-specific.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata