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
Vendor Privacy Due Diligence
Pre-contract vendor privacy due diligence per GDPR Article 28(1). Covers risk questionnaires, technical controls assessment, certification review, da…
Vendor Privacy Audit
On-site and remote vendor audit procedures per GDPR Article 28(3)(h). Covers audit planning, evidence collection methodologies, finding classificatio…
vendor-ai-review-anthropics
Review vendor AI terms — agreement, addendum, or ToS AI provisions — against your governance positions; flag training-on-data, liability, model chang…
use-case-triage
Quickly determine whether a processing activity needs a PIA, a mandatory GDPR DPIA, or can proceed — surfaces privacy policy conflicts and routes to …
Implementing Transparent Communication
Implements GDPR Article 12 transparent information and communication requirements, covering concise, intelligible, and plain language obligations, re…
Comments
Loading…