gh-address-comments
Warn
Audited by Snyk on Aug 8, 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). SKILL.md instructs running
scripts/fetch_comments.pyto fetch and process review comments and review threads on a GitHub PR using theghCLI, so outsider-authored comment text from PR authors/reviewers is ingested at runtime.
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