What problem does it solve?
This Skill hardens an application's infrastructure and processes to prevent vulnerabilities, pass enterprise audits, and prepare products for secure production launch by addressing secrets, encryption, headers, tooling, and operational controls.
Core Features & Use Cases
- HTTP Security Headers: Middleware and CSP reporting patterns to reduce client-side attack surface and gather violation telemetry.
- Secrets Management: Environment hygiene, secret rotation patterns, and recommendations for tiers from local env to Vault or AWS Secrets Manager.
- Encryption Patterns: Field-level AES-256-GCM guidance for PII, key handling, and when to hash versus encrypt.
- Dependency & Static Analysis: CI-driven dependency auditing, eslint security rules, and integration points for Semgrep, Snyk, and Dependabot.
- SAST/DAST & Pen Testing: Tool selection and pre-launch pen test scope, deliverables, and remediation workflows.
- Compliance Preparation: SOC2-ready checklists covering access control, change management, incident response, and evidence collection.
- Use Cases: Preparing a web product for enterprise customers, responding to a security audit, achieving SOC2 readiness, or tightening production posture before launch.
Quick Start
Run a full security hardening pass: add the security headers middleware, enforce centralized secrets management with rotation, enable dependency scanning in CI, apply encryption for sensitive fields, and follow the SOC2 checklist to gather evidence.