security-review

Analyze code and configurations to identify security vulnerabilities.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/forrany/Agent-configs --skill security-review-forrany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/forrany/Agent-configs/tree/main/skills/security-review
Command: npx skills add https://github.com/forrany/Agent-configs --skill security-review-forrany

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive security review framework to ensure code and configurations follow security best practices, helping teams identify vulnerabilities early and minimize risk.

Core Features & Use Cases

  • Security Checklist: Covers secrets management, input validation, authentication/authorization, logging, and error handling.
  • Patterns & Guidance: Provides concrete patterns for secure coding, threat modeling, and secure deployment practices.
  • Use Case: When designing a new API, run this skill to generate a security baseline checklist and remediation suggestions for common flaws.

Quick Start

Ask the skill to perform a security review on a new code path or API endpoint.

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 on a new API endpoint?

A security review for authentication and authorization verifies that access control mechanisms are properly implemented, checking for flaws in session management, token handling, and privilege escalation to ensure robust code protection.

What are the best practices for secrets management and input validation during code review?

Best practices for secrets management and input validation involve applying concrete secure coding patterns to detect hardcoded credentials, ensure proper data sanitization, and prevent common injection vulnerabilities in your deployment pipelines.

How do I check if my deployment pipeline configurations follow secure coding practices?

You can check deployment pipeline configurations by analyzing them for security vulnerabilities, ensuring appropriate rate limiting, secure API design, and proper error handling are implemented to minimize risk and establish a security baseline.

What security vulnerabilities should I look for when analyzing logging and error handling?

When analyzing logging and error handling, look for vulnerabilities related to sensitive data exposure in logs, improper error messages revealing system details, and ensure patterns align with comprehensive secure coding practices.

Can I use this security checklist for threat modeling and secure deployment practices?

Yes, you can use this security checklist for threat modeling and secure deployment practices, as it provides concrete patterns and guidance to identify vulnerabilities early and ensure code follows security best practices.