security-review

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

25|13|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/aaione/everything-claude-code-cn --skill security-review-aaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/aaione/everything-claude-code-cn/tree/main/skills/security-review
Command: npx skills add https://github.com/aaione/everything-claude-code-cn --skill security-review-aaione

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify and remediate security vulnerabilities across authentication, input handling, secrets management, API endpoints, and data flows to prevent breaches and data loss.

Core Features & Use Cases

  • Comprehensive security checklist covering secrets hygiene, access control, input validation, secure storage, logging, and safe deployment practices.
  • Apply during development and in CI/CD pipelines to enforce secure coding standards and governance.
  • Use case: perform security reviews for new authentication flows, API endpoints, or payments integration to reduce risk and compliance issues.

Quick Start

Run a security review across a project by applying the provided checklist to detect vulnerabilities and generate prioritized remediation steps.

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 code review for authentication and API endpoints?

A security code review for authentication and API endpoints identifies vulnerabilities across input handling, access control, and data flows. You apply a comprehensive checklist to detect flaws in secrets hygiene, authorization, and safe deployment practices to prevent breaches and data loss.

What is secrets management and input validation in secure coding?

Secrets management and input validation are secure coding practices that enforce access control and prevent malicious data injection. They ensure sensitive credentials are stored securely and user inputs are sanitized to protect web apps, services, and cloud deployments from vulnerabilities.

Can I use this security review for cloud deployments and CI/CD pipelines?

Yes, you can apply this security review to cloud deployments and integrate it into CI/CD pipelines. It enforces secure coding standards and governance across web apps and services by evaluating logging, secure storage, and safe deployment practices during development.

What's the best way to check for authorization and access control vulnerabilities?

The best way to check for authorization and access control vulnerabilities is applying a comprehensive security checklist to your code. This process evaluates authentication flows, API endpoints, and data flows to generate prioritized remediation steps for compliance and risk reduction.

Why does my security review fail to detect secrets hygiene issues in my code?

A security review might fail to detect secrets hygiene issues if the checklist is not fully applied across all data flows and storage mechanisms. Ensuring comprehensive coverage of authentication, logging, and secure storage practices is required to identify and remediate hidden vulnerabilities.