What problem does it solve?
CSRF vulnerabilities allow state-changing actions to be performed without proper authorization when tokens are missing, SameSite cookies are misconfigured, or JSON-based APIs do not validate content-type. This Skill helps identify and remediate those weaknesses across modern web apps.
Core Features & Use Cases
- Detect missing CSRF protection on state-changing endpoints (POST/PUT/DELETE) across popular web frameworks.
- Identify SameSite cookie misconfigurations and improper token handling that weaken CSRF defenses.
- Analyze JSON API endpoints for lack of content-type validation and anti-forgery checks, surfacing risky patterns.
- Framework coverage includes Django, Laravel, Spring Security, Express, and ASP.NET, providing actionable remediation guidance.
Quick Start
Detect CSRF vulnerabilities in a web application by identifying missing CSRF tokens, misconfigured SameSite cookies, and unsafe JSON handling.