
Security Review Action
- 1 installs
- 821 repo stars
- Updated March 23, 2026
- paperclipai/companies
Runs automated 3-phase security review on every pull request via GitHub Actions, posting only confidence >= 0.8 findings as PR comments and optionally blocking merge on HIGH severity.
About
A GitHub Actions workflow that runs the same 3-phase security methodology on every pull request, posting only findings with confidence at or above 0.8 as PR comments. A developer uses it to add CI-integrated security review that can block merges on HIGH severity.
- Confidence-gated PR comments (>= 0.8)
- Can block merge on HIGH severity findings
Security Review Action by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,835 of 2,203 Security skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/paperclipai/companies --skill security-review-actionAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 821 |
| Last updated | March 23, 2026 |
| Repository | paperclipai/companies ↗ |
What it does
Runs automated 3-phase security review on every pull request via GitHub Actions, posting only confidence >= 0.8 findings as PR comments and optionally blocking merge on HIGH severity.
Files
GitHub Actions workflow configuration for running automated security reviews on every pull request. Applies the same 3-phase security methodology with false-positive filtering and confidence scoring. Only posts findings with confidence >= 0.8 as PR comments. Can block merge on HIGH severity findings. Use when setting up or maintaining CI-integrated security review pipelines.