aadc.audit_sdks
Audits project dependency manifests (pubspec.yaml, package.json, requirements.txt) to detect analytics, advertising, or tracking SDKs outside the allowlist, ensuring compliance with UK ICO Children's Code standards 5, 9, 12, 13.
Instructions
Audit dependency manifests (pubspec.yaml, package.json, requirements.txt) for analytics / advertising / tracking SDKs or any dependency outside the allowlist. Standards 5, 9, 12, 13.
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. |