Shashank163007/Phishing-forensic — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a working phishing forensics demo for zero trust inbox security. I want a browser extension that can warn a user when a link or email page looks suspicious, show simple reasons like odd domain, fake login language, or unsafe link patterns, and let the user report it.

Add a backend that stores reported URLs, page details, screenshots or basic evidence if possible, risk scores, timestamps, and status. Add a dashboard where an admin can see all reports, filter them, open the evidence, mark something as safe or phishing, and view simple stats like total reports and high risk items.

Keep it easy to run locally from the existing backend, dashboard, and extension folders. Use TypeScript since the project is already set up that way. Make the UI clean and understandable for nontechnical people. If anything is unclear, make sensible demo choices and look up current browser extension docs online if needed.

Want more depth? Deep Reverse