Performs automated Dynamic Application Security Testing (DAST) on web applications using Playwright to identify OWASP Top 10 vulnerabilities.
This skill empowers Claude Code to conduct comprehensive security audits of live web applications by automating browser interactions via Playwright. It systematically crawls target URLs to detect critical vulnerabilities such as Cross-Site Scripting (XSS), SQL Injection, and Cross-Site Request Forgery (CSRF), while also performing deep analysis of security headers, cookie configurations, and TLS settings. Designed for developers and security engineers, it provides actionable findings in a standardized JSON format with remediation guidance, helping teams identify and fix security flaws early in the development lifecycle.
主な機能
01XSS and SQL injection payload injection testing
02Security header and cookie flag analysis
035 GitHub stars
04Support for authenticated scanning (Form, Bearer, and Basic)
05Unified JSON reporting with remediation steps and CWE IDs
06Automated OWASP Top 10 vulnerability scanning
ユースケース
01Running automated security audits on staging environments before production deployment
02Conducting automated regression testing for known web security vulnerabilities
03Identifying misconfigured security headers and insecure session cookies on live sites