Skip to main content

pr-address

Automates addressing PR review comments and ensures CI passes, streamlining the code review process.

Install this skill

or
69/100

Security score

The pr-address skill was audited on May 18, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 65

Template literal with variable interpolation in command context

SourceSKILL.md
65```bash
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160```bash
medium line 420

Template literal with variable interpolation in command context

SourceSKILL.md
420```bash
medium line 436

Template literal with variable interpolation in command context

SourceSKILL.md
436```bash
medium line 461

Template literal with variable interpolation in command context

SourceSKILL.md
461```bash
medium line 220

Curl to non-GitHub URL

SourceSKILL.md
220WAIT=0; until curl -sf http://localhost:8006/health > /dev/null 2>&1; do sleep 1; WAIT=$((WAIT+1)); [ $WAIT -ge 60 ] && echo "Timed out" && exit 1; done
low line 220

External URL reference

SourceSKILL.md
220WAIT=0; until curl -sf http://localhost:8006/health > /dev/null 2>&1; do sleep 1; WAIT=$((WAIT+1)); [ $WAIT -ge 60 ] && echo "Timed out" && exit 1; done
Scanned on May 18, 2026
View Security Dashboard
Installation guide →