Automated governance file verification for digital agencies
Flowpane is a web governance platform that helps digital agencies monitor compliance files across their client websites. Our crawler periodically fetches governance files to verify they exist, are correctly configured, and follow best practices.
We do not crawl page content, collect personal data, or index websites for search. Our checks are limited to publicly accessible governance and compliance files only.
| User-Agent | Flowpane/1.0 (+https://crawler.flowpane.com) | |
| Compatible UA | Mozilla/5.0 (compatible; Flowpane/1.0; +https://crawler.flowpane.com) | |
| Operator | Flowpane Ltd | |
| Contact | crawler@flowpane.com | |
| Website | flowpane.com |
Flowpane and * user-agent groups
Flowpane's crawler operates from the following IP address. You can use this to create WAF allowlist rules.
46.32.253.56
Reverse DNS: 46.32.253.56 resolves to crawler.flowpane.com. This list will be updated if additional IPs are added.
Flowpane uses three layers of verification so site owners and WAF operators can confirm a request is genuinely from us.
Flowpane/1.0 and references this page.Flowpane/1.0 (+https://crawler.flowpane.com)crawler.flowpane.com.crawler.flowpane.com → 46.32.253.5646.32.253.56 → crawler.flowpane.com
@authority, signature-agent/.well-known/http-message-signatures-directory
Incoming requests from Flowpane include three headers:
Signature: sig=:<base64-encoded-signature>:
Signature-Input: sig=("@authority" "signature-agent");created=...;expires=...;keyid="...";alg="ed25519";tag="web-bot-auth"
Signature-Agent: crawler.flowpane.com
To verify: fetch the public key from the key directory, extract the key matching the keyid parameter, and verify the Ed25519 signature over the signed components. Libraries like web-bot-auth (npm) handle this automatically.
Requests claiming to be from Flowpane that fail any of these three checks are spoofed. Report them to crawler@flowpane.com.
If your WAF is blocking Flowpane, use the instructions below for your provider.
Flowpane has applied to be a Cloudflare Verified Bot with cryptographic request signing (Web Bot Auth). Once approved, Flowpane will be automatically recognised and allowed by Cloudflare's bot management without any action needed from you.
In the meantime, you can whitelist manually:
Flowpane/1.0Flowpane/1.0 to the allowed bot list46.32.253.56Flowpane/1.046.32.253.56dig -x 46.32.253.56 should return crawler.flowpane.comIf you don't want Flowpane to access your site, add the following to your robots.txt:
User-agent: Flowpane Disallow: /
Our crawler fully respects robots.txt directives. This will prevent all automated Flowpane checks.
You can also contact us at crawler@flowpane.com and we'll exclude your domain manually.