Collect almost nothing
No account is required to play, and the server holds only a cloud save, a session, and any feedback you sent. Data we never take cannot be leaked.
The safest data is the data nobody holds. Aeonfold is built so that almost nothing about you exists on a server in the first place — and this page says exactly how the remainder is protected, where the limits are, and how to tell us if we got something wrong.
Four decisions, made early, that do more for your security than any amount of hardening after the fact.
No account is required to play, and the server holds only a cloud save, a session, and any feedback you sent. Data we never take cannot be leaked.
We never handle credentials. Sign-in is delegated to Google, payment to Stripe. There is no password database here because there are no passwords.
The site server is plain Node with zero third-party runtime dependencies — a handful of routes and no npm supply chain to inherit a compromise from.
Section 6 lists the things this design deliberately does not protect against. A security page that only lists strengths is marketing, not security.
no-store and noindex.HttpOnly (unreadable by scripts), SameSite=Lax (not sent from other sites' pages), Secure over HTTPS, and expires after 30 days.Aeonfold is one small server. Keeping it up is a security property too.
https links can ever be opened, and they always open in your real browser — never in an in-app web view that could imitate a login page.These are conscious trade-offs for a single-player game with cosmetic-only purchases. We would rather you read them here than discover them yourself.
If you have found a security problem in Aeonfold, please tell us. Reports are genuinely welcome — a quiet fix beats a public incident, and you will be thanked for it.
Aeonfold is a free game made by one person: there is no paid bug-bounty programme, and we would rather be honest about that up front than imply a reward that will not arrive. What we can offer is a fast response, a real fix, and credit.
If you research in good faith and follow the rules below, we will treat your work as authorised: we will not pursue legal action against you, we will not report you, and if a third party does, we will make it known that your testing was authorised under this policy.