This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Goal
Implement fuzzing-based tests for server endpoints to identify potential vulnerabilities and validate error handling by submitting abnormal requests across all API endpoints.
Success Criteria
- Cortex Server properly handles malformed inputs without crashing
- Cortex Server returns appropriate error codes/messages rather than exposing internal details
- All endpoints are tested with various fuzzing techniques (parameter fuzzing, boundary values, invalid data types, malformed payloads)
- Tests detect and report any found vulnerabilities
- Documentation of all discovered issues and edge cases
Deliverables
- Fuzzing test suite that can be run as part of CI/CD pipeline
- Summary report of discovered issues categorized by severity
- Recommendations for fixing identified vulnerabilities