Yusufali2004/ccpa-compliance-rag ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that checks business data practices for possible CCPA violations.
I want to paste in a policy, workflow, or description of what a company is doing, and have the app tell me if it looks harmful or compliant, then explain which CCPA parts it relates to. It should combine quick rule based checks for obvious red flags with a smarter legal lookup so it can catch both simple and tricky cases. The output should be clean and consistent, something like harmful true or false, plus the relevant articles or sections.
Please make a small backend that handles the compliance analysis and a friendly dashboard where I can enter text and see the result right away. Use the official CCPA statute as the knowledge source, and make the whole thing easy to run locally. If you need to look up current docs online for the setup or libraries, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit