For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/1.0.0/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/1.0.0/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/1.0.0/rules/config/expose-key-invalid.md.

config/expose-key-invalid

  • Category: correctness
  • Default severity: error

Issue

Consumers cannot address an expose whose public key does not follow the ./Name form.

How to fix it

Rename the key to start with ./ and update consumer imports.

Suppress or retarget with rules["config/expose-key-invalid"] set to "off" or a severity — see Suppressions and allowlists.

Sources