security-review

Review web applications for OWASP Top 10 and security vulnerabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security and development teams quickly identify and remediate common web application vulnerabilities, covering authentication, authorization, secret management, input validation, and OWASP Top 10 risks.

Core Features & Use Cases

  • Comprehensive security checklist covering authentication, authorization, secrets, input validation, and secure configuration.
  • Guidance for secure development, auditing, threat modeling, and risk remediation across lifecycles.
  • Use Case: When adding a new API endpoint, run the security review to generate remediation tasks and guardrails.

Quick Start

Run the security-review skill during feature development, API design reviews, and pre-deployment checks to generate a tailored security checklist for your web application. Example: Run the security-review against your new login API to identify required controls and remediation steps.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I identify authentication and authorization vulnerabilities in my web application?

Security reviews systematically check authentication mechanisms, access control policies, and authorization logic to identify gaps. This skill applies a checklist covering login flows, session management, role-based access, and permission enforcement to catch common flaws before deployment.

What should I check for secret management and sensitive data exposure in my API?

Secret management reviews verify that API keys, credentials, and tokens are never hardcoded, logged, or exposed in responses. This skill audits configuration handling, environment variable usage, and data logging to prevent credential leaks and unauthorized access.

How do I prevent injection attacks and validate input in web applications?

Input validation reviews enforce sanitization, parameterized queries, and output encoding to block SQL injection, XSS, and command injection. This skill checks request handling, database queries, and template rendering against OWASP Top 10 injection patterns.

When should I run a security review during feature development?

Run security reviews when designing new API endpoints, adding authentication features, handling sensitive data, or before deployment. The skill generates a tailored checklist and remediation tasks specific to your feature to catch vulnerabilities early in the lifecycle.

Can I use this security review for compliance audits and threat modeling?

Yes, the checklist-driven approach supports audits, threat modeling, and risk remediation workflows. It covers secure configuration, logging practices, and access control validation, providing guidance and remediation steps aligned with security standards and deployment reviews.

What OWASP Top 10 vulnerabilities does this security review cover?

This skill audits authentication, authorization, secret management, input validation, secure configuration, and data exposure controls mapped to OWASP Top 10 risks. It enforces guardrails for injection prevention, access control, logging, and secure implementation patterns.