aadc.audit_defaults
Scans codebases for privacy-related settings (share, track, profile) that are set to default-true, highlighting potential AADC compliance risks.
Instructions
Heuristic warn-only scan for default-true on suspicious privacy keys (share / track / profile / etc). Standard 7.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectRoot | No | Absolute path to the target project root. Defaults to the current working directory. | |
| allowlists | No | Per-language allowlist overrides (e.g. ios, android, flutter, npm, python, protectedPaths). Each value is an array of strings. |