code-review

Automate security vulnerability identification in code repositories via static analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for security vulnerabilities, saving time and reducing the risk of human error.

Core Features & Use Cases

  • Full Repository Review: Analyze entire software repositories for security issues.
  • Diff Review: Review changes in code commits or pull requests.
  • Focused Area Review: Analyze specific areas of code based on risk.
  • Authentication and Authorization Checks: Ensure secure handling of authentication and authorization.
  • Injection and Unsafe Execution Detection: Identify potential injection points and unsafe execution scenarios.
  • Data Exposure Prevention: Detect and prevent data exposure vulnerabilities.
  • Supply Chain and Build Integrity Verification: Analyze dependencies and build processes for security risks.
  • Cryptography and Secrets Management: Ensure secure handling of cryptographic keys and secrets.
  • Resilience and Abuse Controls: Check for rate limits, quotas, and other abuse controls.
  • Security Tests Coverage: Ensure that security tests are in place and effective.
  • Output CSV Findings List: Provide a detailed list of findings with severity and impact information.
  • Use Case: Use this Skill to review a pull request before merging it into the main codebase.

Quick Start

Run the code-review skill on the current branch to find security vulnerabilities.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate security analysis for a pull request before merging?

You can automate code review for a pull request by running static analysis on the current branch to identify security vulnerabilities, validate security controls, and output a detailed CSV findings list with severity levels.

What is static analysis for secure coding and how does it detect vulnerabilities?

Static analysis for secure coding automatically scans source code repositories to detect injection points, unsafe execution scenarios, and data exposure vulnerabilities without executing the program, reducing human error in security reviews.

Can I check authentication and authorization code for security vulnerabilities automatically?

Yes, automated code review can check authentication and authorization handling by analyzing source code to ensure secure coding practices are followed and validating that security controls against vulnerabilities are properly implemented.

Does automated code review detect supply chain and build integrity risks in dependencies?

Automated code review detects supply chain and build integrity risks by analyzing software dependencies and build processes to identify security issues, ensuring secure handling of cryptographic keys and secrets management.

What is the best way to review specific high-risk code areas for security issues?

The best way to review specific high-risk code areas for security issues is using focused area static analysis, which targets specific parts of a software repository to identify vulnerabilities and check for resilience and abuse controls.

How do I output code security findings with severity and impact information?

Output code security findings with severity and impact information by running a comprehensive repository review, which generates a detailed CSV findings list summarizing detected vulnerabilities and static analysis results.