Dave-13/DevSecOps
0
๐ ๏ธ DevSecOps Autonomous Debugging + Secure Patch Agent
This project implements an autonomous DevSecOps agent capable of:
- Debugging failing code
- Generating patches
- Running tests
- Performing security audits
- Iterating until a secure and working solution is found
๐ How It Works
The system follows a multi-step loop:
- Classifies the issue from logs
- Identifies root cause
- Generates multiple patches
- Runs tests
- Performs security checks
- Retries until success
