Sitewarden

SitewardenBot

If you found this page in your access logs, here is exactly what hit your server and why.

Identifying it

SitewardenBot/1.0 (+https://aicour.site/bot)

A customer of ours asked for an audit of your domain. Under our Acceptable Use Policy they confirmed they own it or have permission to audit it. If that is not the case, tell us — see below.

What it requests

That is three or four requests in total, once, when a person clicks a button. It is not a continuous crawl.

What it never does

Blocking it

The audit reads robots.txt as one of its checks but does not treat it as permission, because a site owner auditing their own site should not have to edit it first. To refuse the bot outright, block on the user agent at your edge:

# nginx
if ($http_user_agent ~* "SitewardenBot") {
    return 403;
}

A 403 is reported to our customer as a finding, so they will know the block is deliberate.

Reporting misuse

Email abuse@aicour.site with the timestamp and hostname from your logs. We keep request records for 90 days, will investigate, and will tell you what we found. Sitewarden suspends accounts used against third parties without permission.