Last reviewed: August 19, 2026
We designed Forzara assuming that both a user's device and our own servers could be compromised at some point. The main defense isn't a promise to keep every door locked forever, it's that we minimize what exists behind the doors in the first place. Documents and the details typed into a tool are never written to persistent storage, so there is almost nothing for a breach, a subpoena, or a mistake to expose.
This page describes how the product is actually built, not a marketing summary of it.
This is the highest-risk action on the platform, since it's the one place your personal details pass through our servers at all. The flow is the same for every AI-assisted tool, resume, cover letter, landlord letter, or court-form lookup:
Closing the tab discards it from your side. Nothing further to discard on ours, because nothing was kept.
If you're enrolled through a partner organization, your assigned coach can see the status of your milestones (not started, pending, approved) and any short optional note you choose to attach when submitting one. That's the entire visibility surface. They cannot see document content, and there is no admin view, export, or support tool anywhere in the codebase that exposes it. Forzara staff can see account metadata (name, email, join date, organization membership) for support purposes, and nothing more.
Secure, HttpOnly, and SameSite=Lax, so they're never sent unencrypted, never readable by page JavaScript, and not attached to most cross-site requests.password_hash() (bcrypt), never stored or logged in plain text.__Host- prefixed so the browser itself refuses to accept it unless it's Secure, host-only, and scoped to the whole site, on top of the HttpOnly and SameSite=Lax flags already on it. No analytics, advertising, or third-party tracking cookies exist anywhere in the codebase, there is nothing to opt out of because nothing else is there.If you find something that looks like a security problem, a way to see data that shouldn't be visible, bypass a permission check, or anything else that doesn't match this page, we want to know before anyone else does.
Tell us what you found and how to reproduce it. We don't have a formal bug bounty program, but we read every report and respond.
For what we collect, retain, and delete, and your rights over your own account, see the Privacy Policy.