code-review-security-checker

Identify high-confidence security vulnerabilities in code review changes.

21|8|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/speednet-software/speedwave --skill code-review-security-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-security-checker
Source: https://github.com/speednet-software/speedwave/tree/main/.claude/skills/code-review-security-checker
Command: npx skills add https://github.com/speednet-software/speedwave --skill code-review-security-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps security-oriented code reviewers quickly identify and document high-confidence vulnerabilities in code changes, reducing PR risk.

Core Features & Use Cases

  • Focused vulnerability taxonomy covering authentication, authorization, data exposure, input validation, and code execution risks.
  • Step-by-step review framework that emphasizes exploitability, impact, and concrete attack scenarios.
  • Use Case: In a PR, quickly surface high-severity flaws and provide actionable remediation guidance.

Quick Start

Review the latest changes in the working branch and apply the guidelines to produce high-confidence vulnerability findings with clear exploit paths.

Frequently Asked Questions about code-review-security-checker

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

FAQPage Schema
How do I find security vulnerabilities during a pull request code review?

Security code review identifies high-confidence vulnerabilities in pull requests by applying a structured taxonomy covering authentication, authorization, data exposure, input validation, and code execution risks. It requires explicit exploit paths and reproducible steps to ensure findings are actionable.

What is threat modeling in the context of secure coding review?

Threat modeling in secure coding review is the process of mapping explicit exploit paths and concrete attack scenarios within code changes. It helps reviewers validate the exploitability and impact of potential vulnerabilities before providing remediation recommendations.

How do I check for authentication and authorization flaws in my code changes?

Check for authentication and authorization flaws by reviewing code changes against a focused vulnerability taxonomy. This process highlights access control weaknesses and data exposure risks by requiring explicit exploit paths and concrete attack scenarios for validation.

Does this security review framework work across different programming languages?

Yes, this security review framework applies to pull request workflows across multiple programming languages. It focuses on identifying language-agnostic risks like crypto weaknesses, data exposure, and code execution vulnerabilities rather than relying on syntax-specific rules.

What's the best way to document high-severity security flaws found in a PR?

The best way to document high-severity security flaws is to produce findings that include a structured vulnerability classification, explicit exploit paths, reproducible steps, and clear remediation recommendations. This ensures the code review output is actionable for developers.

When should I not use an automated security checker for code review?

You should not rely solely on a security checker when a code review requires deep business logic validation or lacks sufficient context for concrete attack scenarios. High-confidence findings require explicit exploit paths, which generic scanning might miss.