aadc.audit_placeholders
Detect unreplaced placeholder content such as lorem ipsum or dummy text in shipped user-facing strings to meet Age Appropriate Design Code standards 4 and 6.
Instructions
Scan for unreplaced placeholder content (lorem ipsum, TODO copy, dummy text) in shipped user-facing strings. Standards 4, 6.
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. |