security-review

Apply a security review checklist to audit authentication, authorization, and API surfaces.

Updated Sep 27, 2025
One-click install
npx skills add https://github.com/yldst-dev/easycalendar --skill security-review-yldst-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/yldst-dev/easycalendar/tree/main/.skills/security-review
Command: npx skills add https://github.com/yldst-dev/easycalendar --skill security-review-yldst-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable security review workflow to help teams identify and remediate common security gaps across code, authentication flows, API surfaces, and data handling.

Core Features & Use Cases

  • Secrets management and secure handling across environments.
  • Input validation, sanitization, and error handling to prevent injection and data leakage.
  • Authentication and authorization governance, session handling, and access controls.
  • CSRF, XSS protection, rate limiting, and secure logging practices.
  • Integration into CI/CD pipelines and code reviews to enforce security best practices.

Quick Start

Run a security review for a new feature by applying the included checklist to validate secrets, input handling, access control, and API exposure 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 perform a security review for an API to check authentication and authorization?

Perform an API security review by applying a comprehensive checklist to validate authentication flows, authorization governance, access controls, and session handling. This process identifies misconfigurations and insecure patterns across the API surface before deployment.

What is the best way to audit code for secrets management and input validation?

The most effective way to audit code for secrets management and input validation is applying a reproducible security review checklist. This structured workflow identifies insecure patterns, prevents injection attacks, and ensures secure handling across environments.

How does a security review checklist help mitigate CSRF and XSS risks?

A security review checklist mitigates CSRF and XSS risks by systematically evaluating input sanitization, error handling, and protection mechanisms. It enforces security best practices to catch insecure patterns and prevent data leakage during iterative development.

Can I integrate a code security review into a CI/CD pipeline?

Yes, you can integrate a code security review into CI/CD pipelines and code reviews to enforce security best practices. It applies automated checks and guardrails to catch misconfigurations, insecure patterns, and data exposure before deployment.

When do I need a holistic security check for web services?

You need a holistic security check for web services when auditing authentication, authorization, input validation, secret management, and API exposure. It is suitable for iterative development to identify and mitigate common security gaps across code and data handling.

What are the limitations of using a structured checklist for security auditing?

A structured security checklist provides a reproducible workflow for identifying common gaps but requires manual enforcement for complex logic flaws. It focuses on known misconfigurations, insecure patterns, and data exposure rather than discovering novel zero-day vulnerabilities.