Reverse engineered prompt

GitHub

Build me a local plagiarism checker for programming assignments called Mizora. I want it to run on my own machine and compare a whole folder of student submissions in C, C++, and Python, then show me which pairs look suspicious, which groups of files seem connected, and who looks like the central person in each group.

Give me both a simple web app and a command line mode. In the web app, I want to upload submissions and get a clear report with summary stats, a table of flagged pairs, cluster views, and a side by side code comparison with highlighted matching lines and an easy score breakdown. It should also show how much of each file was matched, because one copied function inside a bigger file should still stand out. If I provide starter code, that shared code should not count against students.

Please keep everything offline by default, with an optional AI second opinion only if enabled. Bad or unsupported files should be listed separately without crashing the scan. Look up current docs online if you need to.

Have a live product UI? Try website reverse