AuditAgent
This bot audits web pages at the request of the site owner. It downloads the
page, robots.txt, sitemap.xml and the internal links to
check SEO, accessibility, security headers and performance. It does not index,
it keeps no copies of your content, and it never submits forms.
How to block it
It obeys robots.txt. These two lines keep it off your site
entirely:
User-agent: AuditAgent Disallow: /
It also respects Crawl-delay. By default it makes no more than
four requests per second to any one host.
Contact
This instance has no contact address configured (AUDIT_CONTACT). The robots.txt block above takes effect immediately.