security
Installation
SKILL.md
Security
Purpose: Language-agnostic security practices to protect against common vulnerabilities. Focus: Input validation, injection prevention, authentication, secrets management. Note: For language-specific implementations, see C# Development or Python Development.
When to Use This Skill
- Hardening applications against OWASP Top 10
- Implementing authentication and authorization
- Managing secrets and credentials securely
- Configuring HTTPS/TLS
- Conducting security audits