security-review

Identify and remediate security vulnerabilities across authentication, input handling, secrets, and API endpoints.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill security-review-kanakmalpani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/KanakMalpani/General-Private-Skills/tree/main/skills/security-review
Command: npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill security-review-kanakmalpani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Security Review skill helps teams ensure all code adheres to security best practices by identifying gaps in authentication, input handling, secrets management, API security, and sensitive data handling.

Core Features & Use Cases

  • Comprehensive security checklist covering secrets management, input validation, SQL injection prevention, authentication/authorization, XSS/CSRF, rate limiting, data exposure, blockchain security, and dependency security.
  • Guidance for secure design, code review, and pre-deployment checks with concrete verification steps and templates.
  • Use Case: When adding a new API endpoint or integrating third-party services, run the checklist to catch vulnerabilities early and document remediation.

Quick Start

Run the security-review process on a new or existing project to identify and remediate vulnerabilities before deployment.

Frequently Asked Questions about security-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a security review to catch authentication and input validation vulnerabilities?

To run a security review, apply a comprehensive checklist covering authentication, input validation, and secrets management during development to identify and remediate vulnerabilities across backend, frontend, and cloud environments.

What is included in a comprehensive code security checklist for API endpoints?

A comprehensive code security checklist for API endpoints includes SQL injection prevention, XSS and CSRF protection, rate limiting, data exposure checks, and dependency security to guide secure coding, testing, and configuration.

When do I need to perform threat modeling and secrets management checks?

You need to perform threat modeling and secrets management checks when adding new API endpoints or integrating third-party services, ensuring you catch vulnerabilities early and document remediation before deployment.

Does this security review process work for both frontend and backend environments?

Yes, the security review process works across frontend, backend, and cloud environments, applying concrete verification steps and templates to secure sensitive features and configurations throughout the integration and deployment phases.

What is the best way to prevent SQL injection and XSS during code review?

The best way to prevent SQL injection and XSS during code review is to apply targeted verification templates that inspect input handling, validate data exposure paths, and enforce secure coding best practices.