security-review

Identify security gaps in authentication, input handling, and secrets management.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/semaes111/PROYECTO-SKILLS --skill security-review-semaes111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/semaes111/PROYECTO-SKILLS/tree/main/05-SKILLS-DEVOPS-INFRA/auditoria-seguridad-review
Command: npx skills add https://github.com/semaes111/PROYECTO-SKILLS --skill security-review-semaes111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams identify and close security gaps in code, configurations, and deployments by offering a structured security review checklist and best-practice patterns.

Core Features & Use Cases

  • Security coverage for authentication, input handling, secrets management, API endpoints, and logging.
  • Operational guidance with a comprehensive verification checklist for secure development, deployment, and third-party integrations.
  • Use Case: Before releasing a new API, run the security review to ensure proper token handling, data protection, and access controls.

Quick Start

Review a new feature by following the provided security checklist and applying the recommended patterns.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I review code for security vulnerabilities before deployment?

Perform a security review by applying a comprehensive checklist to verify proper token handling, data protection, and access controls across authentication, input handling, and secrets management.

What is included in a security review for API endpoints?

A security review for API endpoints includes verifying proper token handling, input validation, authorization controls, and secure logging practices to prevent unauthorized access and data exposure.

How do I check for secrets management best practices in my codebase?

Check secrets management best practices by reviewing how secrets are stored, accessed, and logged, ensuring sensitive data is protected throughout feature development and deployment workflows.

Can I use a security checklist for both cloud and on-prem environments?

Yes, the security review checklist applies to both cloud and on-prem environments, covering third-party service integrations, deployment configurations, and infrastructure security verification steps.

What is the best way to secure authentication and authorization in new features?

The best way to secure authentication and authorization is to apply structured security patterns and verification steps during feature development, ensuring proper access controls and token handling are implemented.

When do I need to run a security review for CI/CD pipelines?

Run a security review for CI/CD pipelines during deployment configuration changes, third-party integrations, or before releasing new APIs to ensure secrets, access controls, and logging meet security best practices.