Audits web application endpoints and cookie configurations to detect and remediate Cross-Site Request Forgery (CSRF) vulnerabilities.
This skill enables Claude to perform automated security assessments focused on Cross-Site Request Forgery (CSRF) protection. It meticulously scans application endpoints for missing security headers, validates the implementation of synchronizer tokens and double-submit cookies, and verifies SameSite attribute configurations. By identifying potential attack vectors and providing actionable remediation reports, it helps developers harden their applications against unauthorized state-changing requests and ensure a robust security posture throughout the development lifecycle.
主な機能
010 GitHub stars
02Double-submit cookie mechanism analysis
03SameSite cookie attribute verification
04Synchronizer token implementation validation
05Automated endpoint vulnerability scanning
06Detailed security remediation reporting
ユースケース
01Auditing an existing web application for CSRF security gaps
02Generating actionable reports for fixing vulnerable API endpoints
03Verifying the correct implementation of SameSite cookie policies