From csrf-protection-validator
Validates CSRF token implementation in the current project, checking for missing or misconfigured protection across forms and API endpoints.
How this command is triggered — by the user, by Claude, or both
Slash command
/csrf-protection-validator:validate-csrfThe summary Claude sees in its command listing — used to decide when to auto-load this command
# TITLE_PLACEHOLDER CONTENT_PLACEHOLDER
CONTENT_PLACEHOLDER
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin csrf-protection-validator24plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 24 plugins
/validate-csrfValidates CSRF token implementation in the current project, checking for missing or misconfigured protection across forms and API endpoints.
/laravel-csrfConfigures CSRF and origin-aware request forgery protection for Laravel by invoking the laravel:request-forgery-protection skill.
/scan-xssScans the codebase for cross-site scripting (XSS) vulnerabilities, identifying injection points and suggesting remediation.
/cors-configAudits CORS configuration across server frameworks and middleware, flagging wildcard-plus-credentials, origin reflection, weak origin validation, preflight gaps, exposed headers, and per-route issues.
/cspScans a web project for external asset sources, identifies domains, and generates Content Security Policy headers in enforcing and report-only modes. Outputs as HTTP header and meta tag.
/check-owaspScans project code and configurations for OWASP Top 10 security vulnerabilities, producing a report with severity ratings and remediation guidance.