Privacy Guideline
Privacy and data protection - GDPR, CCPA, consent. Use when handling user data.
Privacy Guideline
Tech Stack
- Analytics: PostHog
- Email: Resend
- Tag Management: GTM (marketing only)
- Observability: Sentry
Non-Negotiables
- Analytics and marketing must not fire before user consent
- PII must not leak into logs, Sentry, PostHog, or third-party services
- Account deletion must propagate to all third-party processors
- Marketing tags (GTM, Google Ads) must not load without consent
- Conversion tracking must be server-truth aligned, idempotent, and deduplicated
Context
Privacy isn't just compliance — it's trust. Users share data expecting it to be handled responsibly. Every log line, every analytics event, every third-party integration is a potential privacy leak.
The review should verify that actual behavior matches stated policy. If the privacy policy says "we don't track without consent," does the code actually enforce that? Mismatches are not just bugs — they're trust violations.
Driving Questions
- Does the consent implementation actually block tracking, or just record preference?
- Where does PII leak that we haven't noticed?
- If a user requests data deletion, what actually gets deleted vs. retained?
- Does the privacy policy accurately reflect what the code actually does?
- How would we handle a GDPR data subject access request today?
- What data are we collecting that we don't actually need?
No additional documents ship with this skill.
Related Skills
Data Subject Rights for AI Systems
Implements data subject rights mechanisms for AI systems including right to explanation of AI decisions, contestation procedures, human review, model…
Lawful Basis for AI Training Data
Assesses lawful basis for AI training data processing per EDPB April 2025 report on LLMs and general-purpose AI. Covers legitimate interest balancing…
Managing Consent for Analytics Cookies
Managing consent for analytics cookies and implementing privacy-preserving measurement. Covers GA4 privacy configuration, consent mode fallback behav…
Applying Privacy Design Patterns
Systematic application of the eight privacy design patterns per Hoepman: minimize, hide, separate, abstract, inform, control, enforce, and demonstrat…
User Input
[COMMUNITY] Assess EU Data Act (Regulation 2023/2854) compliance for connected products, data holders, and data processing service providers