What is astro-security?
Security patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site. Source: soborbo/claudeskills.
Security patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site.
Quickly install astro-security AI skill to your development environment via command line
Source: soborbo/claudeskills.
| Production form without Turnstile + honeypot | FAIL | | Secret exposed client-side | FAIL | | User input stored without server validation | FAIL | | Indexable staging environment | FAIL | | Missing security headers | FAIL | | Cookie banner missing before analytics | FAIL |
| Turnstile | Cloudflare captcha (invisible mode) | | Honeypot | Hidden field, reject if filled | | Rate limit | Max 5 submissions/IP/hour | | Validation | Server-side Zod, never trust client | | Sanitize | Strip HTML, trim whitespace |
| Necessary | No | Session, CSRF | | Analytics | Yes | GA4, Hotjar | | Marketing | Yes | Meta Pixel, Google Ads |
Security patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site. Source: soborbo/claudeskills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/soborbo/claudeskills --skill astro-securitySecurity patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site. Source: soborbo/claudeskills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/soborbo/claudeskills --skill astro-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/soborbo/claudeskills