legal-compliance
SKILL.md
1. Compliance Checklist
Before finalizing a feature or merging to main, run this audit:
A. Data Protection (Privacy Policy)
- Minimization: Are we collecting ONLY necessary data?
- Consent: Do new forms/cookies require explicit user consent?
- Storage: Is sensitive data (PII) stored securely?
- Check: No PII in
localStoragewithout encryption? - Check: No logging of passwords or tokens in console/server logs?
- Check: No PII in
- ARCO Rights: Does the user have a way to Delete/Modify this new data?
- Example: If adding
pantryItems, can the user delete them? (Yes/No)
- Example: If adding
B. Terms & Conditions (Liability)
- AI Disclaimers: If adding AI features, is the "AS IS" / "Verification Required" disclaimer visible?
- User generated content: If users upload images/text, is the "Rights & Responsibility" clause visible?
- Age Verification: Does the new feature allow restricted access to minors without checks?