GDPR Cookie Scanner
Automated privacy compliance checks using Headless Chrome.
The Solution
I built a Node.js tool using `Puppeteer` to simulate a real user visit. The scanner launches a headless browser, navigates to the target URL, and intercepts all cookie 'set' events before any interaction occurs.
It then categorizes cookies based on a known database of tracking signatures (Google Analytics, Facebook Pixel, etc.) to flag potential compliance violations.
Simulation
Mimics a fresh visitor (Clean Storage/Cache) to detect initial load cookies.
Categorization
Automatically tags cookies as 'Strictly Necessary', 'Marketing', or 'Analytics'.
The Result
100%
Audit Accuracy
Safe
GDPR Compliant
This tool is essential for performing automated audit checks across client portfolios, ensuring no rogue pixels are firing without permission.
Next Project
Server Log Analyzer →