Score breakdown0 Version history1 Source
Category Weight Category score Contribution
Security prompt, exec, net, exfil, eval
35%
100
35.0 pts
Supply chain hash, typosquat, maintainer, lockfile
20%
100
20.0 pts
Maintenance staleness, pinning, CI
15%
100
15.0 pts
Transparency SKILL.md, perms, README
15%
100
15.0 pts
Community installs, verify, response
15%
100
15.0 pts
Findings & checks · 0 flagged
Security score 100 · 0 findings
✓ — All security checks passedNo findings in this category for the latest scan. pass
Supply chain score 100 · 0 findings
✓ — All supply chain checks passedNo findings in this category for the latest scan. pass
Maintenance score 100 · 0 findings
✓ — All maintenance checks passedNo findings in this category for the latest scan. pass
Transparency score 100 · 0 findings
✓ — All transparency checks passedNo findings in this category for the latest scan. pass
Community score 100 · 0 findings
✓ — All community checks passedNo findings in this category for the latest scan. pass
Every scanned point with the score it earned and what moved between them.
1 scans · 90 days 3c54ef1 latest
Jun 28, 2026 100 3c54ef1
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
examples/skills/pr-review/SKILL.md · 1 file examples/skills/pr-review/SKILL.md 0.7 KB · Markdown Rendered Raw ⧉ Copy
PR Review Checklist Use this before requesting review on a pull request.
Tests [ ] Unit tests added or updated for the changed behavior. [ ] Integration tests pass locally. [ ] No skipped or xfail tests without a tracking issue. Security [ ] No secrets, tokens, or credentials in the diff. [ ] User input is validated at every external boundary. [ ] Dependencies bumped do not pull in known CVEs. [ ] No N+1 queries introduced. [ ] Loops over large collections are bounded or paginated. [ ] Hot paths have a measurement, not a guess. Docs [ ] Public API changes documented. [ ] CHANGELOG or release notes updated when user-visible.