security-review

Identify and remediate security issues across authentication, input handling, secrets, and API endpoints.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill security-review-rolled740
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/ROLLED740/vibe-clone-pro/tree/main/.agent/skills/security-review
Command: npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill security-review-rolled740

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams identify and remediate security gaps across authentication, authorization, input handling, secret management, and API design, reducing risk and compliance concerns.

Core Features & Use Cases

  • Security checklists for secrets, inputs, access control, and logging across projects.
  • Pattern guidance for secure API endpoints, encryption, and secure deployment.
  • Use Case: Integrate security reviews into code reviews to catch vulnerabilities early and maintain compliance.

Quick Start

Review the security checklist and apply the recommended patterns to your current codebase.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I find and remediate security vulnerabilities during code review?

To perform a security review during code review, apply checklists covering authentication, input validation, secrets management, and API security. It helps catch vulnerabilities early and enforce best practices across projects and teams.

What security checks should I run for API endpoints and authentication?

Security checks for API endpoints and authentication should cover input validation, authorization, encryption, and auditing. Applying pattern guidance for secure API design ensures endpoints are protected against common access control and data exposure risks.

How do I prevent secrets and sensitive data from leaking in my codebase?

Prevent secrets leakage by enforcing secrets management checks during code review. This involves scanning for hardcoded credentials, validating secure deployment patterns, and ensuring sensitive data is properly encrypted and audited across projects.

Can I use this security review approach for compliance and threat modeling?

Yes, this security review approach satisfies comprehensive checks for compliance and threat modeling. It audits authorization, encryption, and logging practices, ensuring projects meet regulatory requirements and mitigate risks across deployment pipelines.

What is the best way to secure input handling and access control in applications?

The best way to secure input handling and access control is applying security checklists that validate inputs, enforce authorization boundaries, and audit logging. This reduces risk by ensuring only authenticated users access permitted resources.