What problem does it solve?
This Skill provides essential guidelines for secure software development and operations, minimizing the risk of vulnerabilities. It covers critical areas like sensitive data handling, secure communication, input validation, and dependency management, ensuring robust and safe applications.
Core Features & Use Cases
- Sensitive Data Management: Defines rules for securely storing and handling confidential information like API keys and passwords, preventing exposure.
- Secure Communication: Mandates HTTPS/SSL/TLS for all external communications, ensuring data encryption and protection against man-in-the-middle attacks.
- Input Validation & Sanitization: Emphasizes rigorous validation and sanitization of all user inputs to prevent common attacks like SQL Injection and XSS.
- Use Case: When developing a new API, use this skill to ensure all endpoints handle sensitive data securely, validate all incoming parameters, and use HTTPS, thereby building a robust and secure application from the ground up.
Quick Start
Explain the security guidelines for handling sensitive data, ensuring secure communication, and validating user inputs in a new API development project.