xaitax/PatchaPalooza ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that pulls Microsoft Patch Tuesday security update data from the MSRC API, saves it locally, and lets me analyze it offline after the first download.
I want to be able to run it with no arguments to see the current month, or pass a month and year to inspect a specific release, or get a full year summary and overall stats. It should also let me look up one CVE in detail, show which vulnerabilities are currently exploited, and filter results by a minimum CVSS score so I can focus on the most important issues. Please make the output easy to read in the terminal, with clear summaries and categories for the different vulnerability types.
If you need current API or data format details, look them up online. Keep it simple, reliable, and useful for cybersecurity work, with everything stored locally after fetching so it still works without internet access.
Are you gonna build this?
make sure you review the code using coderabbit