From csrf-protection-validator
Validates CSRF tokens in web applications, checking for proper anti-CSRF protection 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
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin csrf-protection-validator16plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 16 plugins
/validate-csrfValidates CSRF tokens in web applications, checking for proper anti-CSRF protection 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.
/scan-xssScans code for cross-site scripting (XSS) vulnerabilities, reporting potential injection points and suggesting fixes.
/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.