security-review

Enforce security best practices across software projects with a comprehensive checklist.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/dongitran/ai-agent-config --skill security-review-dongitran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/dongitran/ai-agent-config/tree/main/.agent/skills/security-review
Command: npx skills add https://github.com/dongitran/ai-agent-config --skill security-review-dongitran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams enforce security best practices across codebases by providing a practical, repeatable security checklist and actionable patterns that catch vulnerabilities early.

Core Features & Use Cases

  • Security Checklist: A comprehensive, actionable list covering secrets management, input validation, authentication, authorization, logging, and data handling.
  • Practical Security Patterns: Concrete examples and recommended patterns for secure coding, threat modeling, and defense in depth across common stacks (APIs, web apps, serverless).
  • Use Cases: Ideal for reviewing new API endpoints, authentication flows, handling user input, secrets rotation, and third-party API integrations.
  • Integration: Supports CI/CD integration to fail builds on critical findings and guide remediation.

Quick Start

Activate the security-review skill in your AI workflow and run it on new code changes to perform a security review following the included checklist.

Frequently Asked Questions about security-review

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

FAQPage Schema
What is included in a comprehensive security code review checklist?

A security code review checklist covers secrets management, input validation, authentication, authorization, logging, and data handling. It provides concrete patterns and actionable examples to catch vulnerabilities across APIs, web apps, and serverless stacks.

How do I enforce security best practices in my CI/CD pipeline?

You can enforce security best practices in CI/CD by integrating a security review checklist to fail builds on critical findings. It guides remediation by applying practical patterns for token handling, environment variables, and secure deployment.

Does this security review support authentication and payment integration checks?

Yes, this security review applies to authentication flows and payment feature integrations. It enforces best practices for token handling, input handling, and third-party API connections to ensure secure user data processing.

What's the best way to review new API endpoints for vulnerabilities?

The best way to review new API endpoints is applying a repeatable security checklist that validates input handling, secrets rotation, and authorization rules. It delivers concrete defense in depth patterns to prevent common web exploits.

Can I use this for threat modeling and secrets management in serverless applications?

Yes, you can use this for threat modeling and secrets management in serverless applications. It offers practical secure coding patterns and environment variable guidance to protect sensitive data and prevent unauthorized access.

When should I perform a security review on my codebase?

You should perform a security review when adding new API endpoints, implementing authentication flows, handling user input, or integrating third-party APIs. Running it on new code changes catches vulnerabilities early before deployment.