Back to all tools

CSP Analyzer

Security

Analyze Content Security Policy headers. Check for unsafe-inline, unsafe-eval, and wildcards.

Unlock Full Power with Krawly Pro

Get access to all 150+ tools with higher limits. Start with 100 free credits — no credit card required.

Use via API
CSP Analyzer — cURL
curl -X POST "https://krawly.io/api/v1/tools/csp-analyzer/" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"url": "https://example.com"}'
150+ Tools Full API Access Bulk Processing Priority Support

What is CSP Analyzer?

CSP Analyzer parses Content-Security-Policy headers to evaluate their effectiveness. It checks for unsafe directives, missing policies, and provides a security score.

Use Cases

  • Audit CSP headers
  • Find unsafe-inline issues
  • Improve XSS protection
  • Security compliance

Key Features

Directive parsing
Issue detection
Score calculation
Raw header display

Frequently Asked Questions