
Security Review
- 2 installs
- 821 repo stars
- Updated March 23, 2026
- paperclipai/companies
Performs a 3-phase security review across input validation, auth, crypto, injection, and data exposure, with false-positive filtering and 80% exploitability confidence scoring.
About
Performs a focused 3-phase security review identifying vulnerabilities across five domains, aggressively filtering false positives, and only reporting findings above an 80% exploitability confidence threshold. A developer uses it to audit code for real, exploitable security issues.
- Covers input validation, auth, crypto, injection, data exposure
- False-positive filtering with 80% exploitability threshold
Security Review by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,788 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-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 821 |
| Last updated | March 23, 2026 |
| Repository | paperclipai/companies ↗ |
What it does
Performs a 3-phase security review across input validation, auth, crypto, injection, and data exposure, with false-positive filtering and 80% exploitability confidence scoring.
Files
Perform a focused security review using a 3-phase methodology: vulnerability identification across five domains (Input Validation, Authentication/Authorization, Cryptography, Injection, Data Exposure), aggressive false-positive filtering, and confidence scoring with an 80% exploitability threshold. Only reports findings the reviewer is confident are real and exploitable. Use when reviewing code for security vulnerabilities, auditing authentication flows, or assessing data handling practices.