generate_policy
Scan project files to detect tech stacks and generate tailored security policies. Creates CSP headers, CORS configuration, Supabase RLS rules, and rate limiting settings based on detected frameworks.
Instructions
Scan a project to detect its stack (Next.js, Supabase, Stripe, etc.) and generate tailored security policies: CSP headers, CORS config, Supabase RLS suggestions, rate limiting config, and security headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project root directory to scan | |
| format | No | Output format | markdown |