riyo264/Git-Bytes ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app called CyberShield that lets someone paste in a website URL and run a security scan on it.
I want a clean, modern interface where the user can start a scan, wait for the result, and then see a clear report that explains whether the site looks safe or risky. The report should include a safety score, highlight common problems like missing security headers, SSL issues, and other OWASP style risks, and give plain English recommendations for how to fix them. It should also make it easy for non technical people to understand what the warnings mean.
Use a React frontend with a polished dashboard style, and a Python backend that does the scanning and returns the results. If you need to look up current docs or best practices while building it, go ahead and do that. I’d like the whole thing to feel like a helpful security checker for early stage websites, not a scary professional pentest tool.
Are you gonna build this?
make sure you review the code using coderabbit