Csp Gen

Generate Content Security Policy headers from your codebase

modbender Updated 12 repo stars

File contents

CSP Generator

Scan your app and generate a proper Content Security Policy. Stop breaking your site with overly strict rules.

Quick Start

npx ai-csp ./src

What It Does

  • Scans for external resources (scripts, styles, images)
  • Identifies inline scripts that need hashes
  • Generates a working CSP header
  • Explains each directive

Usage Examples

# Scan and generate CSP
npx ai-csp ./public ./src

# Generate for specific strictness
npx ai-csp ./src --strict

# Output as meta tag
npx ai-csp ./src --format meta

Output Formats

  • HTTP header format
  • HTML meta tag
  • Next.js config
  • Nginx config snippet

Requirements

Node.js 18+. OPENAI_API_KEY required.

License

MIT. Free forever.


Built by LXGIC Studios

modbender/skill-library-mcp/tree/main/data/ai-csp commit 575caf5fba

Frequently asked questions

npx skillmds@latest add modbender/csp-gen