owasp-security-review

Review code against OWASP Cheat Sheet Series for vulnerabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ayuzaka/my-develop-plugin --skill owasp-security-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: owasp-security-review
Source: https://github.com/ayuzaka/my-develop-plugin/tree/main/skills/owasp-security-review
Command: npx skills add https://github.com/ayuzaka/my-develop-plugin --skill owasp-security-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill performs security reviews based on the OWASP Cheat Sheet Series to help identify common vulnerabilities and misconfigurations, reducing manual review time and improving security posture.

Core Features & Use Cases

  • Cheat sheet-guided review: Map code patterns to OWASP Top 10 categories.
  • Automated guidance: Load cheatsheets from a local cache and provide actionable recommendations.
  • Documentation-ready outputs: Produce structured findings ready for code review and remediation.
  • Use Case: When reviewing a pull request, surface XSS, injection, and misconfiguration issues with concrete remediation steps.

Quick Start

Run the OWASP security review workflow on your project, ensuring the cheat sheets are installed, then point the Skill at your codebase.