Skip to main content

pr-review-expert

Enhances code review processes with structured analysis, security scanning, and performance impact assessments for GitHub and GitLab.

Install this skill

or
94/100

Security score

The pr-review-expert skill was audited on Jun 3, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 215

Access to .env file

SourceSKILL.md
215grep "^+" /tmp/pr-$PR.diff | grep -oE "process\.env\.[A-Z_]+" | sort -u
low line 218

Access to .env file

SourceSKILL.md
218grep "^-" /tmp/pr-$PR.diff | grep -oE "process\.env\.[A-Z_]+" | sort -u
low line 282

Access to .env file

SourceSKILL.md
282- [ ] New env vars documented in .env.example
low line 248

External URL reference

SourceSKILL.md
248grep -oE "(PROJ-[0-9]+|[A-Z]+-[0-9]+|https://linear\.app/[^)\"]+)" | sort -u
low line 253

External URL reference

SourceSKILL.md
253"https://your-org.atlassian.net/rest/api/3/issue/$TICKET" | \
low line 261

External URL reference

SourceSKILL.md
261https://api.linear.app/graphql | jq .
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →