codereview-security

Identify exploitable security vulnerabilities in code reviews with remediation steps.

8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/xinbenlv/codereview-skills --skill codereview-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codereview-security
Source: https://github.com/xinbenlv/codereview-skills/tree/main/skills/codereview-security
Command: npx skills add https://github.com/xinbenlv/codereview-skills --skill codereview-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a paranoid security analyst that targets identifying exploitable vulnerabilities with high confidence (>95%), helping teams remediate critical flaws before release.

Core Features & Use Cases

  • Zero-trust analysis: Treats all inputs as potentially malicious and focuses on exploitable issues.
  • Vulnerability Focus: Prioritizes security defects in authentication, authorization, input handling, cryptography, and external API calls.
  • Use Case: During code review, apply this skill to scan touched files and surface exploitable issues with remediation guidance.

Quick Start

Invoke codereview-security in the review workflow to identify exploitable vulnerabilities with confidence above 95% and deliver actionable remediation notes.

Frequently Asked Questions about codereview-security

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

FAQPage Schema
How do I find exploitable security vulnerabilities during code review?

To find exploitable security vulnerabilities during code review, apply a zero-trust analysis to files handling input parsing, authentication, external API calls, and database interactions to surface high-risk issues.

What is zero-trust code review and when should I use it?

Zero-trust code review is a security analysis approach that treats all inputs as potentially malicious to prioritize exploitable defects. Use it to identify high-confidence authentication, authorization, and cryptography vulnerabilities before release.

Can I use automated security review to check authentication and external API calls?

Yes, automated security review can check authentication and external API calls by applying a zero-trust mindset to the touched files, targeting exploitable flaws in these areas with structured remediation steps and evidence.

How do I get remediation steps for input handling vulnerabilities?

To get remediation steps for input handling vulnerabilities, run a zero-trust security analysis on the modified files to surface exploitable issues, which provides actionable remediation guidance and evidence for each finding.

Does zero-trust security analysis report vulnerabilities with high confidence?

Zero-trust security analysis reports vulnerabilities with a confidence threshold of at least 95%, ensuring teams only remediate critical, exploitable flaws with provided evidence rather than low-risk theoretical issues.

What are the limitations of zero-trust vulnerability assessment in code review?

Zero-trust vulnerability assessment focuses strictly on exploitable security defects in touched files like input parsing and database interactions, meaning it may not surface theoretical risks or issues in untouched code paths that fall below the 95% confidence threshold.