Home / Collections / code-review-suite

Code Review Suite (Cursor)

Complete pre-commit code review suite for Cursor IDE. Includes frontend security, API security, backend performance, frontend performance, and DRY principles reviewers.

prpm install code-review-suite
0 total installs
4 packages
...

šŸ“¦ Packages (4)

#1

@norvalbv/api-security-reviewer

Required

API and backend security review agent for Cursor. Checks authentication, JWT, input validation, output security, access control, and OAuth with an automated checklist script.

Why included: Backend auth, JWT, input validation, and output security checks

Version: ^1.0.0
#2

@norvalbv/backend-performance-reviewer

Required

Backend performance review agent for Cursor. Checks database queries, caching, async patterns, connection pooling, and API response optimization with an automated checklist script.

Why included: Database, caching, async, and API response optimization checks

Version: ^1.0.0
#3

@norvalbv/frontend-performance-reviewer

Required

Frontend performance review agent for Cursor. Checks bundle size, image optimization, CSS efficiency, React rendering, lazy loading, and Core Web Vitals with an automated checklist script.

Why included: Bundle size, images, CSS, React rendering, and Core Web Vitals checks

Version: ^1.0.0
#4

@norvalbv/frontend-security-reviewer

Required

Frontend security review agent for Cursor. Checks XSS prevention, CSRF protection, token storage, input validation, and CSP with an automated checklist script.

Why included: Frontend XSS, CSRF, token storage, and CSP checks

Version: ^1.0.0

Collection Info

Category
code-quality

Links