security-review

Automate code review for security vulnerabilities and OWASP best practices.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/eykd/vance-ts --skill security-review-eykd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/eykd/vance-ts/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/eykd/vance-ts --skill security-review-eykd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a systematic approach to reviewing code for security vulnerabilities and best practices, helping developers harden their applications against potential threats.

Core Features & Use Cases

  • Security Surface Identification: Identifies key security domains such as authentication, data handling, and external APIs.
  • Reference Materials: Provides detailed references on best practices for each security domain.
  • Review Process: Guides through the process of prioritizing findings and providing actionable fixes.
  • Critical Patterns: Highlights critical patterns that must be flagged during the review.
  • Secure Patterns: Offers examples of secure coding patterns.
  • Review Output Format: Ensures a clear, concise, and actionable review output.
  • Framework-Specific Guidance: Provides tailored guidance for various frameworks and platforms.
  • Related Skills: Recommends additional skills for comprehensive code analysis.

Quick Start

Run the security-review skill to start reviewing your code for potential security vulnerabilities.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I automate a security review for web application code?

To automate a security review for web application code, this Skill systematically scans for vulnerabilities and enforces OWASP guidelines. It identifies security surfaces like authentication and data handling, then outputs actionable fixes for secure coding patterns and defense-in-depth principles.

What is a code audit for OWASP vulnerabilities and secure coding?

A code audit for OWASP vulnerabilities checks your application against common security threats and best practices. This process involves identifying critical patterns, validating inputs, ensuring proper security headers, and providing reference materials for mitigating identified risks.

Does this security review provide framework-specific guidance for vulnerability assessment?

Yes, this security review provides framework-specific guidance tailored to various platforms and frameworks. It ensures vulnerability assessment results include prioritized findings and actionable fixes relevant to the specific technologies used in your web application.

How do I check my codebase for missing security headers and input validation?

To check your codebase for missing security headers and input validation, the review process highlights critical patterns that must be flagged. It evaluates secure coding patterns against defense-in-depth principles and outputs a clear, concise report on necessary fixes.

What do I need to know before running an automated secure coding review?

Before running an automated secure coding review, you need knowledge of common security vulnerabilities and mitigation strategies. The review requires no external dependencies but applies OWASP guidelines to identify security surfaces and provide framework-specific guidance.