aadc.audit_hardcoded_url
Flags hardcoded URLs in a project that bypass content review, ensuring compliance with AADC Standards 4 and 6. Accepts project root and optional per-language allowlists.
Instructions
Flag hardcoded URLs outside the CMS that bypass content review. 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. |