csrf-protection-validator
This skill provides automated assistance for csrf protection validator tasks
Content Preview
--- name: csrf-protection-validator description: | Csrf Protection Validator - Auto-activating skill for Security Fundamentals. Triggers on: csrf protection validator, csrf protection validator Part of the Security Fundamentals skill category. allowed-tools: Read, Write, Grep, Bash(npm:*) version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Csrf Protection Validator ## Purpose This skill provides automated assistance for csrf protection validator tasks
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/csrf-protection-validator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/03-security-fundamentals/csrf-protection-validator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/03-security-fundamentals/csrf-protection-validator/SKILL.md
Related Skills
Validating CSRF Protection
This skill helps to identify Cross-Site Request Forgery (CSRF) vulnerabilities in web applications. It validates the implementation of CSRF protection mechanisms, such as synchronizer tokens, double-submit cookies, SameSite attributes, and origin validation. Use this skill when you need to analyze y
skill-adaptervalidating csrf protection
by jeremylongshore · plugins-plus-skills
validating-csrf-protection
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'.
validating-csrf-protectionvalidatingcsrfprotection
by jeremylongshore · plugins-plus-skills
django-security
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
django-securitydjangosecuritysql
by affaan-m · everything-claude-code
springboot-security
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
springboot-securityspringbootsecurity
by affaan-m · everything-claude-code