What problem does it solve?
Security-sensitive DISHA code carries high risk of vulnerabilities, and manual reviews often miss critical controls like authentication, input validation, and audit logging, leading to preventable security incidents and data breaches.
Core Features & Use Cases
- Comprehensive Security Checklist: Covers all mandatory security controls for DISHA code, including endpoint authentication, RBAC authorization, input validation and bounding, injection and traversal protection, secure credential management, and audit logging requirements.
- Vulnerability Mitigation: Ensures code changes adhere to security guardrails to avoid common flaws like SQL injection, path traversal, privilege escalation, and plaintext credential storage.
- Use Case: When implementing a new DISHA API endpoint for sensitive user data, use this skill to verify the implementation meets all security requirements before merging to production.
Quick Start
Use the cyber-security skill to review the new user data API endpoint code for compliance with all security checklist requirements before merging.