Flowpane

Web Crawler

Automated governance file verification for digital agencies

About

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.

Identification

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

Behaviour

IP Addresses

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.

Verifying Requests

Flowpane uses three layers of verification so site owners and WAF operators can confirm a request is genuinely from us.

Verifying a signature

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.

Whitelisting

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:

  1. Navigate to Security → WAF → Custom Rules
  2. Create a rule with condition: User-Agent contains Flowpane/1.0
  3. Set the action to Allow
  4. Alternatively, add Flowpane's IP to Security → IP Access Rules
  1. In Bot Manager, navigate to your bot policy
  2. Add Flowpane/1.0 to the allowed bot list
  3. Or create an IP whitelist for 46.32.253.56
  1. Log in to the Sucuri dashboard
  2. Go to Settings → Security → Whitelist
  3. Add the Flowpane user agent or IP address
  1. Add a firewall rule to allow requests where the User-Agent header contains Flowpane/1.0
  2. Or whitelist IP address 46.32.253.56
  3. Verify via reverse DNS: dig -x 46.32.253.56 should return crawler.flowpane.com

Opting Out

If 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.