What problem does it solve?
This Skill addresses the critical risk of security vulnerabilities in application code and cloud infrastructure that can lead to data breaches, unauthorized access, and system compromise, ensuring development and deployment workflows adhere to security best practices.
Core Features & Use Cases
- Comprehensive Code Security Checklist: Covers secrets management, input validation, SQL injection prevention, authentication/authorization, XSS/CSRF protection, rate limiting, and dependency security for application development.
- Cloud Infrastructure Security Guidance: Provides checklists for IAM configuration, network security, logging/monitoring, CI/CD pipeline hardening, and backup/disaster recovery for cloud deployments.
- Use Case: When building a new API endpoint for a trading platform, use this Skill to verify all user inputs are validated, secrets are stored securely, and rate limiting is enabled to prevent abuse and data leaks.
Quick Start
Use the security-review skill to audit the authentication and input validation logic in the trading bot's new user registration endpoint for security gaps.