afterpack-dev/afterpack ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple command line tool called AfterPack that I can run with npx.

It should have an audit command where I can give it a live website URL and it scans the site for leaked secrets, exposed source code, source maps, and other sensitive frontend stuff. I want it to give me a security score from 0 to 100, show a breakdown of what it found, detect the tech stack if possible, and then print a link to a nicer full report online.

The main command should also support the obfuscation side of the product, even if that part is only partially ready for now. I want the tool to feel polished, fast, and easy to use from the terminal, with clear output and good error messages. If you need current API or library details, look them up online and wire things up the way a real user would expect.