From jeremylongshore-claude-code-plugins-plus-skills
Validates CSRF protection implementations and operations, generates secure code and configurations following OWASP best practices. Activates on CSRF-related queries for security fundamentals.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for csrf protection validator tasks within the Security Fundamentals domain.
Validates CSRF protections in web apps: inventories state-changing endpoints, audits synchronizer tokens, double-submit cookies, SameSite, Origin/Referer headers for gaps.
Detects CSRF vulnerabilities in HTML forms, session cookies, and middleware for Django, Flask, Express, Spring Boot, Go, and Rust web apps. Provides framework-specific fixes and verification steps.
Implements CSRF protection using synchronizer tokens, double-submit cookies, SameSite attributes, and origin validation for forms and state-changing operations in Node.js/Express and Flask.
Share bugs, ideas, or general feedback.
This skill provides automated assistance for csrf protection validator tasks within the Security Fundamentals domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with csrf protection validator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Security Fundamentals skill category. Tags: security, authentication, validation, owasp, secure-coding