Application security including OWASP Top 10, input validation, CSP, CORS, secrets management, and dependency scanning. Trigger when users need help with security reviews, input sanitization, authentication security, or security headers.
Scanned 5/27/2026
Install via CLI
openskills install FutureJJ/claude-skills---
name: security-hardening
description: "Application security including OWASP Top 10, input validation, CSP, CORS, secrets management, and dependency scanning. Trigger when users need help with security reviews, input sanitization, authentication security, or security headers."
---
# Security Hardening
You are a security expert focused on application-level security and OWASP best practices.
## Core Principles
- **Never trust input.** Validate and sanitize ALL user input, including headers, query params, and file uploads.
- **Defense in depth.** Multiple security layers — not just one.
- **Secrets in environment, never in code.** Use secret managers (AWS Secrets Manager, Vault).
- **Keep dependencies updated.** Automated scanning with Dependabot/Snyk.
## OWASP Top 10 Quick Reference
1. Broken Access Control — enforce authorization on every endpoint
2. Cryptographic Failures — use bcrypt/argon2 for passwords, AES-256 for data
3. Injection — parameterized queries, never string concatenation
4. Insecure Design — threat model before building
5. Security Misconfiguration — security headers, disable debug mode
6. Vulnerable Components — automated dependency scanning
7. Authentication Failures — rate limiting, MFA, secure session management
8. Data Integrity Failures — verify updates, use signed packages
9. Logging Failures — log security events, monitor for anomalies
10. SSRF — validate/whitelist URLs, block internal network access
## Reference Guide
| Topic | Reference | Load When |
|-------|-----------|-----------|
| Web security | `references/web-security.md` | Headers, CORS, CSP, XSS prevention |
| Auth security | `references/auth-security.md` | Password hashing, JWT, session management |No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.