akto-api-security/akto ? reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted API security dashboard that I can run locally with Docker and open in the browser.
I want it to discover my APIs, keep a live inventory of endpoints, and let me run security checks against them for common issues like broken auth, IDOR, SSRF, XSS, and sensitive data exposure. It should also support running tests in CI, and let me add my own custom tests when needed. If possible, make it work well with captured traffic so it can understand normal API behavior and reduce noisy false alarms.
Please set it up so the main dashboard is easy to start, works on localhost, and has a clean place to view findings, test results, and API collections. If you need to check the latest docs or setup details online, go ahead and do that.
Are you gonna build this?
make sure you review the code using coderabbit