Chcrf/WISE — reverse-engineered prompt

Reverse engineered prompt

Build me a local web app called WISE for analyzing suspicious WebAssembly files and URLs in one place. I want a simple interface where I can submit a wasm sample or a website URL, then see the job move through a queue and open an investigation page with the results when it finishes.

The app should do static wasm analysis and AI assisted decompilation, then show useful analyst outputs like reconstructed code, a plain English summary, function name mapping, security findings, and YARA style artifacts if available. For URLs, run dynamic analysis in an isolated containerized browser setup and show things like trace data, network activity, and runtime artifacts. If API keys are present, enrich investigations with threat intel from sources like VirusTotal, OTX, and OpenCTI.

Please persist investigations and statuses locally so I can review old runs. Include a working backend, frontend, setup script, and clear run instructions for local development. Make config easy through a central config file and environment variables. Look up current docs online if you need to.

Want more depth? Deep Reverse