security-review

Identify and report exploitable security vulnerabilities in code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies and reports potential security vulnerabilities in code, helping to prevent breaches and protect sensitive data.

Core Features & Use Cases

  • Vulnerability Detection: Scans code for common security flaws like injection, XSS, authentication issues, etc.
  • Confidence-Based Reporting: Prioritizes findings based on exploitability and impact, focusing on high-confidence issues.
  • Use Case: A developer needs to ensure their new API endpoint is secure before deployment. They use this Skill to perform a thorough security review, identifying and fixing potential vulnerabilities like SQL injection or insecure direct object references.

Quick Start

Use the security-review skill to audit the provided Python code snippet for vulnerabilities.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit code for security vulnerabilities before deployment?

A security code review detects exploitable vulnerabilities like injection flaws, XSS, and authentication issues by analyzing code for weaknesses. It prioritizes high-confidence findings based on confirmed attacker-controlled input and framework mitigations.

What is confidence-based reporting in a security code review?

Confidence-based reporting prioritizes findings based on exploitability and impact, focusing on high-confidence issues. It confirms attacker-controlled input and checks framework mitigations to ensure reported vulnerabilities are exploitable.

Can I use OWASP references to detect injection flaws and XSS?

Yes, OWASP Cheat Sheet Series references provide comprehensive vulnerability coverage for detecting injection flaws and XSS. The security review utilizes these references to analyze code and identify exploitable weaknesses.

Does a security review check for authentication and cryptographic weaknesses?

Yes, a security review checks for authentication and cryptographic weaknesses alongside injection flaws and XSS. It analyzes code systematically to identify authorization issues and reports exploitable vulnerabilities.

When do I need a penetration testing audit for my API endpoints?

You need a penetration testing audit before deploying new API endpoints to prevent breaches and protect sensitive data. It identifies potential vulnerabilities like SQL injection or insecure direct object references.

What are the limitations of automated vulnerability detection in code?

Limitations of automated vulnerability detection include focusing on high-confidence findings based on confirmed attacker-controlled input and framework mitigations. This prioritization may miss context-specific flaws requiring manual penetration testing.