Validate CSRF protection implementations for security gaps. Use when reviewing form security or state-changing operations. Trigger with 'validate CSRF', 'check CSRF protection', or 'review token security'.
5.8
Rating
0
Installs
Security
Category
This skill provides a well-structured framework for validating CSRF protection in web applications. The description clearly indicates when to invoke the skill ('validate CSRF', 'check CSRF protection') and what it does. The SKILL.md provides good overview documentation with clear examples, prerequisites, and workflow steps. The skill references scripts (csrf_test.sh, csrf_report_parser.py) that presumably implement the actual validation logic. However, the novelty is moderate - while CSRF validation requires security expertise, basic automated checks are relatively standard. The task knowledge is adequate with clear steps outlined, though more technical detail about validation methodology would strengthen it. The structure is clean and well-organized with supporting scripts referenced appropriately. Overall, this is a solid security skill that would be useful for agents needing to assess CSRF vulnerabilities, though it addresses a somewhat standard security testing need.
Loading SKILL.md…