aadc.audit_policy_mentions_sdks
Checks that your privacy policy lists all external-service SDKs used by your app, helping comply with ICO Children's Code standards 4 and 9.
Instructions
Warn-only check that the privacy policy names every external-service SDK the app depends on. Standards 4, 9.
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. |