# security - Author: Jaweria - Repository: Jiyakhan321/h22 - Version: 20260207000605 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Jiyakhan321/h22 - Web: https://mule.run/skillshub/@@Jiyakhan321/h22~security:20260207000605 --- # Security Hardening Skill ## Purpose Protect against OWASP Top 10 vulnerabilities ## When to Use - Before production - Security audit needed - Penetration testing - Compliance required ## Capabilities - OWASP Top 10 protection - SQL injection prevention - XSS protection - CSRF protection - Rate limiting - Security headers ## Protections ```python ✓ JWT verification ✓ SQL injection (ORM) ✓ Rate limiting (100 req/min) ✓ Security headers ✓ Password hashing ✓ Input validation ``` ## Usage ``` Use @security skill to harden application ``` ## Commands - "Add rate limiting" - "Configure security headers" - "Implement CSRF protection" - "Audit vulnerabilities" ## Security Headers - X-Content-Type-Options - X-Frame-Options - Strict-Transport-Security - Content-Security-Policy