Agent skill · Security

security-baseline

Establish a security baseline for a website or web app. Use this skill when configuring HTTPS and TLS, setting security headers, planning secrets management, evaluating CSP policies, doing a basic security audit, or hardening a site before launch. Triggers on security headers, HTTPS, TLS, CSP, content security policy, HSTS, secrets management, vulnerability scan, security audit, harden, OWASP, security baseline. Also triggers when a security review is required for compliance or before going live.

RampStack477★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add rampstackco/claude-skills --skill security-baseline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/security-baseline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Security Baseline Establish the security floor for any production website or web app. Stack-agnostic. Covers the things that should be in place before public launch and verified periodically after. --- ## When to use - Pre-launch security review - Setting up a new site or environment - Periodic security audit (quarterly recommended) - Onboarding a new vendor or third-party integration - Responding to a security finding or report - Hardening after an incident ## When NOT to use - Active incident response (use `incident-response`) - Code-level security review (use `code-review-web`) - Email-specific authentication (SPF/DKIM/DMARC) (use `email-deliverability`) - DNS-level security (CAA, DNSSEC) (use `domain-strategy`) - Performance-related security (DDoS protection sizing) (use `performance-optimization`) --- ## Required inputs - The site or app in scope (URLs, environments) - The hosting platform and CDN - Authentication method (if any) - Third-party scripts and integrations - Compliance context (PCI, SOC2, GDPR, etc., if applicable) - Existing security tooling --- ## The framework: 6 layers Security is layered. Each layer addresses a different attack surface. ### Layer 1: Transpor

What's inside
Steps it walks through
  1. When to use
  2. When NOT to use
  3. Required inputs
  4. The framework: 6 layers
  5. Layer 1: Transport security
  6. Layer 2: Response headers
  7. Layer 3: Authentication and authorization
  8. Layer 4: Input handling
  9. Layer 5: Secrets management
  10. Layer 6: Operational security
  11. Content Security Policy
  12. What CSP does
  13. Two flavors
  14. Roll out CSP gradually
Ships with 1 file
  • references/headers-checklist.md
More from claude-skills
All skills →
About this skill
What does the security-baseline skill do?

Establish a security baseline for a website or web app. Use this skill when configuring HTTPS and TLS, setting security headers, planning secrets management, evaluating CSP policies, doing a basic security audit, or hardening a site before launch. Triggers on security headers, HTTPS, TLS, CSP, content security policy, HSTS, secrets management, vulnerability scan, security audit, harden, OWASP, security baseline. Also triggers when a security review is required for compliance or before going live.

How do I install it?

Run `npx skills add rampstackco/claude-skills --skill security-baseline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rampstackco/claude-skills, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going