preflight
Back to changelog
May 13, 2026 v0.12.12

Better CMS detection and local URL support

This update makes scans more reliable across CMS-driven sites and local development setups. It also adds clearer install options for the agent skill.

More reliable checks for CMS-driven sites

Several checks can now fall back to scanning the rendered homepage HTML when the expected tags or files are generated at runtime and do not exist in your repo.

This helps reduce false negatives for common setups like Craft with SEOmatic or WordPress with Yoast.

Local dev support and smarter health checks

Local URL detection now includes .lndo.site and .localhost, which helps avoid scans being blocked when you are working in Lando or similar environments. The www redirect check also uses the same local URL detection logic, so local environments are skipped consistently.

The health check now behaves more gracefully when a dedicated health endpoint is not available. If you did not explicitly configure a specific health path, it will try common health URLs and then fall back to confirming the root URL is reachable.

Documentation

The README now includes both Bun and npm examples for listing and installing the Preflight agent skill, using bunx or npx.

Tags

Bug Fix Security Documentation