security-review

Review web and API projects for security gaps in authentication, input handling, and secrets.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/nakazono1011/my-ai-rule-templates --skill security-review-nakazono1011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/nakazono1011/my-ai-rule-templates/tree/main/skills/security-review
Command: npx skills add https://github.com/nakazono1011/my-ai-rule-templates --skill security-review-nakazono1011

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to ensure authentication, input handling, secret management, API design, and secure handling of sensitive features by applying a comprehensive security review checklist and patterns.

Core Features & Use Cases

  • Security checklist: Provides a comprehensive set of checks covering secrets, validation, authorization, logging, and dependency management.
  • Best-practice patterns: Includes examples for secret storage, input validation, authentication/authorization, CSRF protection, and secure deployment.
  • Use Case: When designing a new API, adding authentication, or handling payment-related functionality, run this Skill to surface security gaps and recommended mitigations.

Quick Start

Run a security review on the current project focusing on authentication, input handling, secret management, API security, and payment handling.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I perform a security review for a new API endpoint?

To perform an API security review, run this Skill against your project to surface security gaps. It applies a comprehensive checklist covering input validation, rate limiting, SQL injection prevention, and proper logging to secure new endpoints.

What security checks should I run when adding user authentication to my web application?

When adding authentication, you need security checks for authorization, session handling, and CSRF safeguards. This Skill enforces best-practice patterns and verification items to ensure your authentication implementation handles user input and sensitive access securely.

How do I prevent secret leakage during software deployment?

Preventing secret leakage requires strict secret management checks. This Skill reviews your secret storage and handling practices against best-practice patterns, verifying that sensitive data is secured before deployment.

What is the best way to check for input validation and XSS protection vulnerabilities?

The best way to check for XSS protection and input validation vulnerabilities is applying a security review checklist. This Skill scans user input processing to identify gaps and recommended mitigations for injection and cross-site scripting threats.

Can I use this security review checklist for payment handling and confidential features?

Yes, you can use this security review checklist for payment handling and confidential features. It applies verification items specifically designed to review sensitive feature implementations, ensuring authorization and secure logging are correctly applied.

Does this security review cover SQL injection prevention and rate limiting?

This security review does cover SQL injection prevention and rate limiting. It enforces a comprehensive security checklist that verifies input validation, API rate limiting, and dependency management to mitigate common web application vulnerabilities.