Secrover/Secrover ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple app that generates a clean, professional security report from a YAML config.
I want to be able to list a few GitHub repos and domains, then run one command and get an HTML report in an output folder. The report should check dependencies for known vulnerabilities, do basic static code checks, and scan domains for things like SSL, HTTPS redirect, HSTS, TLS versions, open ports, and security headers.
Make it easy to run with Docker, and support a config file plus optional environment variables for private repos. If possible, let it run on a schedule too, so I can do recurring scans automatically. It would also be great if the generated report can be uploaded to a remote place like S3, SFTP, WebDAV, SMB, or Google Drive.
Keep the UI and report easy to understand for non technical people, and make the output look polished and shareable. If you need current docs for any scan tools, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit