From vanguard-frontier-agentic
Reviews GA4 and BigQuery analytics configurations for data-minimization violations, excessive collection, and storage-period over-retention under GDPR.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:analytics-data-minimization-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill reviews analytics platform configuration — GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations — for data-minimization violations, excessive collection, and storage-period over-retention. Analytics platforms are a primary regulatory surface for GDPR enforcement: European DPAs (Austrian DSB, French CNIL, Italian Garante) ha...
This skill reviews analytics platform configuration — GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations — for data-minimization violations, excessive collection, and storage-period over-retention. Analytics platforms are a primary regulatory surface for GDPR enforcement: European DPAs (Austrian DSB, French CNIL, Italian Garante) have found that user_pseudo_id, IP address, and precise geo combined with a BigQuery export constitute transfers of personal data requiring a lawful basis, a valid transfer mechanism, and compliance with the storage-limitation principle under GDPR Article 5(1)(e). This skill is distinct from marketing-pixel-data-leakage-review — it reviews what analytics platforms collect and retain internally (schema, user properties, retention periods), not outbound pixel payloads transmitted to ad networks. The review works from sanitized configuration exports only; never request live analytics data or real user identifiers.
/[email protected]) as HIGH — URL-embedded PII is personal data regardless of whether it was intentionally collected.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticWires GA4 to BigQuery for unsampled event-level data. Covers export setup, table schema, partitioning, and SQL patterns for reports the Data API can't do well.
Audits data privacy across the entire system: PII detection, data flow mapping, third-party sharing, consent enforcement, anonymization, retention, and multi-jurisdictional compliance (GDPR, CCPA, HIPAA, FERPA, LGPD, PIPEDA).
Reviews frontend analytics instrumentation and experiment configs for schema correctness, sample-ratio mismatch, and consent-gated privacy compliance before shipping tracking or experiment changes.