aadc.audit_all
Run every AADC compliance audit on a local project and get consolidated results. Use for a full review of children's apps before store submission.
Instructions
Run every AADC compliance audit against a local project and return the consolidated result. Use this whenever the user asks for a full AADC review of a kids app, or before a store submission.
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. |