security-review

Generate a security review checklist for code changes involving authentication and authorization.

3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ken2403/.claude-paralell-dev-plugin --skill security-review-ken2403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/ken2403/.claude-paralell-dev-plugin/tree/main/skills/security-review
Command: npx skills add https://github.com/ken2403/.claude-paralell-dev-plugin --skill security-review-ken2403

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security review checklist for code changes. Automatically activates when reviewing security-sensitive code, authentication, authorization, or data handling.

Core Features & Use Cases

  • Authentication & Authorization: Checks for proper authentication, authorization boundaries, and least privilege.
  • Input Validation & Data Protection: Ensures input validation, encryption in transit/rest, and minimization of sensitive data.
  • Use Case: When modifying login flows or access control, run the security-review to ensure OWASP Top 10 coverage and secure defaults.

Quick Start

Review PR that touches authentication/authorization and generate a security checklist covering authentication, authorization, input validation, and logging.