GeoBeam Start snapshot setup

Security

How GeoBeam handles data.

GeoBeam monitors public AI answers, not private systems. This page explains the infrastructure, what is collected, how AI providers are used, and how to report a security issue.

Practices

Area How GeoBeam handles it
Infrastructure GeoBeam runs on Cloudflare's edge platform: Workers for the API and jobs, D1 for relational data, KV for rate-limit and quota state, Queues for scan and parse jobs, and R2 for generated assets and exports.
Authentication Sign-in uses passwordless magic links delivered by email. GeoBeam does not store user passwords. Sessions are issued as scoped cookies.
What GeoBeam scans GeoBeam scans public AI answers for buying-intent prompts you configure. It monitors brands, competitors, and publicly cited URLs. It does not crawl private or authenticated content.
AI providers Prompts are sent to AI providers to capture answers. Current public production proof uses OpenAI monitor scans; additional providers are enabled only after production smoke tests pass.
Data minimization GeoBeam stores the inputs needed to run a snapshot: domain, category, competitors, and priority queries, plus the answers, mentions, and citations produced by scans. It does not require end-user personal data from your customers.
Cost and abuse controls Per-user and global AI-cost guardrails, KV-based rate limiting, and a daily spend cap protect the platform from runaway usage and abuse.

Responsible disclosure

Found something? Tell us.

If you believe you have found a vulnerability, email hello@geobeam.net. Please include enough detail to reproduce the issue and give us reasonable time to remediate before public disclosure.

FAQ

Does GeoBeam sell or share my data?

No. GeoBeam does not sell personal data. Aggregated, anonymized query-pool metrics may be used to publish leaderboards and research reports, but these never expose a customer's private configuration.

Where is data stored?

Data is stored in Cloudflare D1, KV, and R2 on Cloudflare's global edge network. Access is restricted to GeoBeam operators.

How do I report a security issue?

Email hello@geobeam.net with details and steps to reproduce. We aim to acknowledge reports promptly and will keep you updated on remediation.