ywc-security-audit

Audit software projects for OWASP Top 10 and prompt injection vulnerabilities.

8|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-security-audit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ywc-security-audit
Source: https://github.com/yongwoon/ywc-agent-toolkit/tree/main/claude-code/skills/ywc-security-audit
Command: npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-security-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex, multi-layered security analysis required to identify vulnerabilities in authentication, authorization, and external-facing code, ensuring your application adheres to OWASP Top 10 standards.

Core Features & Use Cases

  • Parallel OWASP Analysis: Utilizes multiple specialized subagents to perform deep-dive inspections on authentication, web layers, and infrastructure simultaneously.
  • Advisor Escalation: Employs advanced model judgment for complex, high-stakes findings that require nuanced security reasoning.
  • Use Case: Run this audit whenever you modify middleware, add new API endpoints, or perform monthly security reviews to catch critical flaws like injection, broken access control, or prompt injection in LLM-driven surfaces.

Quick Start

Use the ywc-security-audit skill to perform a comprehensive security review on the code located in the api/src/middleware directory.

Frequently Asked Questions about ywc-security-audit

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

FAQPage Schema
How do I perform an OWASP Top 10 security audit on my codebase?▼

To perform an OWASP Top 10 security audit, this Skill executes parallel subagents to deeply analyze authentication logic, external-facing API endpoints, and sensitive data handling for injection and broken access control flaws.

What is deep security analysis for LLM prompt injection risks?▼

Deep security analysis for LLM prompt injection identifies malicious inputs designed to manipulate model behavior, checking your LLM-driven surfaces and external-facing code against specific prompt injection risks during review.

When should I run a security review for authentication and API endpoints?▼

You should run a security review for authentication and API endpoints whenever you modify middleware, add new API endpoints, or perform monthly security reviews to catch critical flaws like broken access control.

Can I use automated subagents to find broken access control in external-facing code?▼

Yes, you can use automated parallel subagents to find broken access control and other vulnerabilities in external-facing code, escalating high-stakes findings to advanced model judgment for nuanced validation.

Does this security audit work with existing middleware directories?▼

Yes, this security audit works with existing middleware directories by targeting the authentication logic and sensitive data handling specifically located within your project's API source code paths.