secure-code-review

Identify CWE-mapped security weaknesses across 10 code review domains.

21|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/woohyun212/security-skill --skill secure-code-review-woohyun212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secure-code-review
Source: https://github.com/woohyun212/security-skill/tree/main/secure-code-review
Command: npx skills add https://github.com/woohyun212/security-skill --skill secure-code-review-woohyun212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security code reviews that systematically identify CWE-mapped weaknesses across multiple domains and deliver remediation guidance.

Core Features & Use Cases

  • Comprehensive 10-domain security review covering input validation, auth, authorization, injection, crypto, error handling, data protection, dependencies, configuration, and concurrency.
  • Maps findings to CWE identifiers and severity levels, producing actionable reports with remediation steps.
  • Useful during PR reviews, security onboarding of legacy code, or pre-release risk assessments.

Quick Start

Run the secure-code-review skill against your codebase to generate a CWE-mapped security report.

Frequently Asked Questions about secure-code-review

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

FAQPage Schema
How do I perform a structured security code review across multiple domains?

A structured security code review identifies weaknesses across 10 domains including input validation, auth, crypto, and configuration, mapping findings to CWE identifiers with severity levels and remediation guidance.

Can I map codebase vulnerabilities to CWE identifiers during a pull request review?

Yes, mapping vulnerabilities to CWE identifiers during PR reviews produces consistent findings, severity levels, and remediation steps, helping catch injection, authorization, and data protection issues before merging.

What is the best way to analyze legacy code for security weaknesses and CWE mappings?

Analyzing legacy code for security weaknesses involves applying a 10-domain checklist covering error handling, dependencies, and concurrency, outputting a final security report with CWE mappings and PoC notes.

Do I need external security tools to generate a vulnerability analysis report with remediation steps?

No external security tools are required; the vulnerability analysis coordinates a multi-domain checklist internally to evaluate codebases and generate a final security report with actionable remediation guidance.

Does a structured CWE-mapped security review work for production hotfix analysis?

Yes, a structured CWE-mapped security review works for production hotfix analysis by evaluating error handling, crypto, and configuration domains to surface weaknesses and provide remediation guidance.

What security domains should I check when reviewing code for vulnerabilities?

When reviewing code for vulnerabilities, check 10 domains: input validation, auth, authorization, injection, crypto, error handling, data protection, dependencies, configuration, and concurrency to ensure comprehensive coverage.