security-review

Review authentication, input handling, secrets, and API endpoints for security.

40|8|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/ysyecust/everything-claude-code --skill security-review-ysyecust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/ysyecust/everything-claude-code/tree/main/docs/zh-TW/skills/security-review
Command: npx skills add https://github.com/ysyecust/everything-claude-code --skill security-review-ysyecust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill secures software by providing a reusable, comprehensive security review framework that covers authentication, input handling, secrets management, API endpoints, and payment-related features.

Core Features & Use Cases

  • Security checklist: A structured, repeatable set of checks for key areas (authentication, input validation, secret handling, logging, dependencies) that can be applied to any project.
  • Patterns & guidance: Practical implementation patterns and prompts to enforce best practices during development, testing, and deployment.
  • Use Case: Example: auditing a new API for proper token handling, CSRF/XSS protections, and secure error handling.

Quick Start

Describe the authentication flow for a new API endpoint, including token handling, input validation, and secure error messages.

Frequently Asked Questions about security-review

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

FAQPage Schema
What is a comprehensive security review framework for web APIs?

A comprehensive security review framework provides structured checklists for authentication, input validation, secrets management, and API endpoints to enforce secure development practices across web services.

How do I check my API for proper token handling and CSRF protections?

You check API token handling and CSRF protections by applying a reusable security checklist that audits authentication flows, validates inputs, and verifies secure error messages during code reviews.

Can I use this security checklist during feature implementation and deployments?

Yes, you can use this security checklist during feature implementations and deployments, applying practical checks for logging hygiene and environment-based secret storage across development, testing, and production contexts.

Does this framework cover input validation and secrets management for web services?

Yes, this framework covers input validation and secrets management, guiding developers through checks for environment-based secret storage and proper authorization to satisfy secure development requirements.

What's the best way to audit a new API endpoint for secure error handling?

The best way to audit a new API endpoint is describing the authentication flow, including token handling, input validation, and secure error messages, then verifying against a structured security checklist.

When do I need to run security checks on dependencies and payment features?

You need to run security checks on dependencies and payment-related features whenever implementing new APIs or deploying web services, ensuring proper authentication, XSS protections, and auditable logging hygiene are in place.