Trust4 min readUpdated April 2, 2026

Security & privacy

How we handle auth, response excerpts, and the baseline operational safeguards behind the product.

01

Overview

We store only what we need to render your dashboard: account identity, the URLs you track, and the response excerpts we parsed. Full model responses are kept for a short evidence window and then rolled off.

02

Auth basics

Email + password with bcrypt hashing. Sessions use HTTP-only, secure, same-site cookies. Password reset links are single-use and expire after thirty minutes.

03

Stored data scope

We store the minimum required to run the product and surface evidence.

Account
Email, hashed password, plan, billing metadata.
Projects
Normalized domain and a few display attributes.
Runs
Run state, score, and per-prompt evidence rows.
Evidence
Response excerpts (not full transcripts) for 90 days.
04

Data retention

Run records and scores are retained for the lifetime of the account. Raw response excerpts roll off after 90 days — the parsed evidence rows remain. Account deletion requests are processed manually within five business days.

Requesting deletion

From Settings → Data Controls, click Request deletion. We'll confirm by email before purging.

Still need help?

Didn't find what you're looking for?

Reach out and we'll point you to the right guide — or fast-track a new one.