Validates CORS configuration by checking headers, origins, and methods against best practices and security guidelines.
How this command is triggered — by the user, by Claude, or both
Slash command
/cors-policy-validator:validate-corsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# TITLE_PLACEHOLDER CONTENT_PLACEHOLDER
CONTENT_PLACEHOLDER
19plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 19 plugins
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin cors-policy-validator/validate-corsValidates CORS configuration by checking headers, origins, and methods against best practices and security guidelines.
/cors-configAudits CORS configuration for permissive origins, credential misuse, origin reflection, weak allow-list patterns, and preflight gaps across server files and framework configs.
/scan-headersScans a single URL for HTTP security headers (CSP, HSTS, X-Frame-Options, etc.) and returns a table with missing/misconfigured headers, severity, and recommended fixes.
/r2-cors-debugDiagnoses and fixes CORS configuration errors for Cloudflare R2 buckets with curl test commands and dashboard instructions.
/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.
/analyze-headersAnalyzes HTTP response headers from a URL or file, highlighting security, caching, and content-type issues.