bryanjaybodino/ThreatScanner — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple C# app called ThreatScanner that feels like a basic security scanner for a normal user. I want to be able to pick a folder or drive, run a scan, see live progress, and get a clear results screen that shows anything suspicious it finds. Make the results easy to understand, with the file name, location, and a short reason it was flagged if possible.

Keep the interface clean and straightforward. It should have a main screen, a scan button, a way to stop or restart a scan, and a history or log area so I can review what happened. If it makes sense, add safe actions like open file location and remove from results, but don’t make anything destructive without confirmation.

Please make it actually runnable and polished, not just a rough prototype. If this repo already has partial code, finish and improve it instead of starting over. Look up current docs online if you need to.

Want more depth? Deep Reverse