security-reviewer

Review source files and project configuration for security vulnerabilities and misconfigurations.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/0x53c7/security-testing-rovodev-skills --skill security-reviewer-0x53c7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-reviewer
Source: https://github.com/0x53c7/security-testing-rovodev-skills/tree/main/.rovodev/skills/security-reviewer
Command: npx skills add https://github.com/0x53c7/security-testing-rovodev-skills --skill security-reviewer-0x53c7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code files for security vulnerabilities using AI-powered analysis. Use when you need a manual-style code review to find vulnerabilities that automated SAST tools may miss, such as business logic flaws, IDOR, and complex injection patterns.

Core Features & Use Cases

  • AI-assisted review of source code to identify security vulnerabilities, misconfigurations, and risky patterns.
  • Prioritization using optional inputs (sast_findings, endpoint_inventory) to focus on high-risk areas.
  • Collaborative workflow that pairs human judgement with AI analysis for comprehensive security reviews.

Quick Start

Provide the root path of the codebase to review and optional context to tailor the analysis.

Frequently Asked Questions about security-reviewer

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

FAQPage Schema
How do I review source code for security vulnerabilities like IDOR and business logic flaws?

To review source code for security vulnerabilities, use AI-assisted manual analysis to examine authentication, authorization, and input handling, targeting complex business logic flaws and IDOR that automated SAST tools often miss.

Can I prioritize my security code review using existing SAST findings and endpoint inventories?

Yes, you can prioritize your security code review by providing optional context like sast_findings and endpoint_inventory. This tailors the AI analysis to focus on high-risk areas and specific framework misconfigurations.

What is the best way to find authentication and authorization misconfigurations in my codebase?

The best way to find authorization misconfigurations is performing an AI-assisted manual review that traces data flows and input handling across your source files, producing structured findings with actionable recommendations and evidence snippets.

Does AI-assisted security analysis work for common programming languages and frameworks?

AI-assisted security analysis works for common programming languages and frameworks by applying provided language context to tailor checks. It examines source files and project configurations to identify risky patterns specific to your stack.

How do I start an AI-assisted security code review?

To start an AI-assisted security code review, provide the root path of your codebase along with optional context like sast_findings or endpoint_inventory to tailor the analysis. The tool then examines source files for vulnerabilities.

Why should I use a manual-style AI review instead of automated SAST tools for vulnerability detection?

You should use a manual-style AI review instead of automated SAST tools to detect complex injection patterns, IDOR, and business logic flaws that automated scanners frequently miss, pairing human judgement with AI analysis for comprehensive coverage.