For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/artifact/public-path-suspicious.md.

artifact/public-path-suspicious

  • Category: correctness
  • Default severity: warning

Issue

A malformed asset base makes remote chunks and styles resolve from the wrong URL.

How to fix it

Use auto, a root-relative path, HTTPS URL, or reviewed dynamic getter.

Suppress or retarget with rules["artifact/public-path-suspicious"] set to "off" or a severity — see Suppressions and allowlists.

Sources