pageguard_scan_local
Detect privacy compliance issues in local projects by scanning package.json, config files, and .env files for tracking technologies. Returns a report identifying data collection practices, third-party processors, and cookies without network access.
Instructions
Scan a local project directory for privacy-relevant technologies by checking package.json dependencies, config files, and .env files against known tracking/analytics signatures. No API key or network access needed. Returns a ComplianceReport with detected technologies, data types collected, cookies, and third-party processors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to the project directory. Defaults to the current working directory. |