DrHayabusa/unified-v2 ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app for vulnerability management that lets analysts sign in, upload scanner exports, normalize them in the browser, and work across multiple customer tenants. I want it to handle common scanner formats like Tenable, Qualys, CrowdStrike, OpenShift, and custom CSV or Excel files, then show a clear dashboard with findings, patch priority, asset inventory, scan coverage, and comparisons between reporting periods.
The app should store normalized data, users, teams, session info, audit events, and report history in PostgreSQL, while keeping the raw uploaded files out of storage. It should also generate customer ready Excel, CSV, and PDF remediation reports, and let users search threat intelligence by things like CVE or plugin name. If helpful, use the current docs online for any library details.
Make the app feel private and secure by default, with admin setup for the first user, role based access, and an AI enrichment flow that goes through a server side proxy instead of exposing provider keys in the UI.
Are you gonna build this?
make sure you review the code using coderabbit