·astro-security
!

astro-security

Security patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site.

6Installs·0Trend·@soborbo

Installation

$npx skills add https://github.com/soborbo/claudeskills --skill astro-security

How to Install astro-security

Quickly install astro-security AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/soborbo/claudeskills --skill astro-security
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: soborbo/claudeskills.

SKILL.md

View raw

| 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/soborbo/claudeskills --skill astro-security
Category
!Security
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from soborbo/claudeskills

Quick answers

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.

How do I install astro-security?

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

Where is the source repository?

https://github.com/soborbo/claudeskills