sensitive-data-protection
Installation
SKILL.md
Sensitive Data Protection (OWASP A03)
Protect sensitive data in transit and at rest through proper encryption, masking, and access controls.
When to Use
- Handling user personal information (PII)
- Storing or transmitting passwords
- Processing payment card data
- Managing API keys and secrets
- Implementing data encryption
- Ensuring compliance (GDPR, PCI-DSS, HIPAA)