security-review

Analyze Git branch code diffs for high-confidence security vulnerabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/monmacllcapp/skill-forks --skill security-review-monmacllcapp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/monmacllcapp/skill-forks/tree/main/skills/security/security-review
Command: npx skills add https://github.com/monmacllcapp/skill-forks --skill security-review-monmacllcapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of conducting security-focused code reviews for pending changes on a Git branch, identifying high-confidence vulnerabilities.

Core Features & Use Cases

  • Vulnerability Identification: Scans code diffs for common security flaws like injection, auth issues, and data exposure.
  • Focused Review: Prioritizes high-impact, exploitable vulnerabilities, minimizing noise.
  • Use Case: Before merging a pull request, use this Skill to automatically flag critical security risks in the new code, ensuring a more secure codebase.

Quick Start

Run a security review on the current branch's changes.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I automate security code reviews on a Git branch?▼

Automate security code reviews by scanning Git branch diffs to identify high-confidence vulnerabilities. This process analyzes pending changes for injection, authentication, authorization, and data exposure flaws to ensure a secure codebase before merging.

What types of vulnerabilities can automated code review detect in diffs?▼

Automated code review detects vulnerabilities in diffs by analyzing changes for input validation, authentication, authorization, crypto, injection, and data exposure flaws. It prioritizes high-impact, exploitable security risks to minimize noise.

Do I need Git command-line tools to perform a security code review?▼

Yes, you need Git command-line tools to perform an automated security code review. The review process relies on Git to analyze branch diffs and accurately identify vulnerabilities in pending code changes.

When should I run an automated security review on my code?▼

Run an automated security review before merging a pull request to flag critical security risks in new code changes. This ensures a secure codebase by catching high-impact, exploitable vulnerabilities prior to integration.

What is the best way to reduce false positives in security code reviews?▼

Reduce false positives in security code reviews by using an approach that prioritizes high-confidence, exploitable vulnerabilities. This focused review minimizes noise by targeting high-impact security flaws in code diffs.