Security

Last updated 3 September 2026 · Applies to the Ahead staging environment

Beta environment Everything below describes controls that are actually implemented in the product today. Ahead holds no third-party security certification (no SOC 2, no ISO 27001) and does not claim one.

Accounts and sessions

Tenant isolation

Every data query in the product is bound to the user identity resolved from your session. Where a user id appears in a URL it is treated as a claim and checked against your session — it never selects the data. One account cannot read another's profile, opportunities, applications or audit trail, and this is covered by a dedicated automated test suite rather than by convention.

Payments

The audit trail

Ahead keeps two separate append-only logs. One records every application attempt and its verified state changes, as a hash chain that can be independently verified for tampering. The other records every time your personal information was read, written or disclosed, and you can read it yourself at your privacy activity log.

Analytics cannot become a shadow copy of your data

Product analytics run through a rejecting scrubber: a property that looks like an email address, a phone number or a national identifier is dropped, and the drop is counted. Nested objects are discarded whole rather than walked. Storing personal data outside the audited ledger is treated as a defect, not a convenience.

Submission safety

Ahead has a kill switch on automated submission that defaults to off — the question the code asks is "has this been explicitly enabled?", never "has it been disabled?". Nothing is submitted to an employer without your per-application approval.

Infrastructure

Reporting a vulnerability

If you find a security problem, please tell us before telling anyone else, and give us a reasonable window to fix it. We will not pursue legal action against good-faith research that avoids privacy violations, service degradation and data destruction. Reach us through your account settings.