security-review

Generate security checklists and patterns for web application code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams embed security checks into every change, preventing common vulnerabilities before code ships.

Core Features & Use Cases

  • Security checklist generation for authentication, authorization, secrets, input validation, and data handling.
  • Pattern templates and examples for secure API endpoints, secret management, and safe third-party integrations.
  • Use Case: When adding a new API, run security-review to auto-generate a checklist and recommended implementations for secure defaults.

Quick Start

Activate the security-review skill during feature planning or code reviews to generate a targeted security checklist and recommended code patterns.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I generate a security checklist for new API endpoints?

To generate a security checklist for new API endpoints, run a security review during feature planning to evaluate authentication, authorization, secrets management, and input validation. This provides a customized checklist and recommended implementation patterns for secure release.

What is threat modeling in API security and code reviews?

Threat modeling in API security and code reviews is the process of identifying and enforcing best practices across data handling and third-party integrations. It provides verification steps and example patterns to prevent common vulnerabilities before code ships.

Can I enforce secrets management and input validation across web applications?

Yes, you can enforce secrets management and input validation across web applications by running a security review. It evaluates data handling and third-party integrations to provide ready-to-use checklists and safe implementation patterns.

What's the best way to embed security checks into every code change?

The best way to embed security checks into every code change is to activate a security review skill during code reviews. This generates targeted security checklists and pattern templates to prevent common vulnerabilities before shipping.

Why does my code review miss authentication and authorization vulnerabilities?

Your code review likely misses authentication and authorization vulnerabilities because it lacks an enforced security checklist. Activating a security review standardizes the evaluation of these specific areas alongside secrets and data handling.