From csrf-protection-validator
Validates CSRF token protection in web applications, checking for missing or weak tokens and reporting vulnerabilities.
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
3plugins reuse this command
First indexed Dec 31, 2025
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin csrf-protection-validator/validate-csrfValidates CSRF token protection in web applications, checking for missing or weak tokens and reporting vulnerabilities.
/laravel-csrfConfigures CSRF and origin-aware request forgery protection for Laravel by invoking the laravel:request-forgery-protection skill.
/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.
/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.
/scan-xssScans the provided code or file for cross-site scripting (XSS) vulnerabilities, identifying injection points and suggesting fixes.
/check-owaspRuns OWASP security checks on the current project, identifying common vulnerabilities and providing remediation guidance.