Web Security ยท Crawler Readiness
web-security-baseline-audit
A small CLI for checking whether public company pages expose the basic trust signals search engines, AI crawlers, and security reviewers expect.
What it includes
- A Node CLI that checks fetchability, indexability, canonical metadata, titles, and descriptions.
- Checks for `robots.txt`, `sitemap.xml`, and `.well-known/security.txt`.
- Common browser security header checks for HSTS, CSP, Referrer-Policy, Permissions-Policy, and MIME sniffing.
- Markdown and JSON output for audits that can be attached to release notes or technical reviews.
Why Mirogate built it
Public credibility is partly operational. A company site should be easy to crawl, easy to attribute, and easy to report security issues against. This project makes those basics visible in one repeatable command.
npm run audit -- https://mirogate.com
This is a public baseline audit, not a vulnerability scanner or compliance certificate.