security-review

Identify security risks in application code and deployment configurations.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/emiled16/close-to-me --skill security-review-emiled16
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/emiled16/close-to-me/tree/main/.codex/skills/security-review
Command: npx skills add https://github.com/emiled16/close-to-me --skill security-review-emiled16

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you catch security flaws before they reach production by guiding thorough review of authentication, input handling, secret management, and sensitive feature design.

Core Features & Use Cases

  • Security-focused code review: Check endpoints, permissions, and session handling for common vulnerabilities.
  • Sensitive data protection: Review how secrets, uploads, errors, and logs are handled to avoid exposure.
  • Use cases: Validate a new login flow, audit an API that accepts user input, or review a file upload feature before launch.

Quick Start

Use the security-review skill to assess the security posture of the code or design you are reviewing and highlight the highest-risk issues first.

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 authentication and authorization security flaws?

Reviewing code for authentication and authorization vulnerabilities involves checking session handling, validating permissions, and testing API endpoints to identify common access control risks before release.

What is the best way to audit API endpoints for user input validation risks?

Auditing API endpoints for user input validation requires checking how input handling, file uploads, and third-party integrations are processed to prevent exposure of sensitive data and secure application deployment.

How do I check my application deployment configuration for secrets management hygiene?

Checking application deployment configuration for secrets management hygiene requires reviewing how secrets, error logs, and sensitive data are handled to avoid accidental exposure in production environments.

Can I use a security checklist to review file upload features before launch?

Yes, you can use a security checklist to review file upload features before launch by applying threat modeling, rate limiting, and safe error handling to prevent vulnerabilities in sensitive feature design.

What security risks should I look for in third-party integrations during code review?

Security risks to look for in third-party integrations during code review include improper dependency awareness, weak logging discipline, and unsafe error handling that might expose sensitive application data.