Security Policy
JAKUU handles user accounts, prediction market intelligence, and financial-adjacent data. We take platform security seriously and apply defence-in-depth across every layer of the stack.
This page describes our security posture, the controls we have in place, and how to reach us if you find a vulnerability.
includeSubDomains; preload — max-age 1 year.Passwords are hashed with PBKDF2-SHA256 (210,000 iterations) with a cryptographically random 256-bit salt per user. Plaintext passwords are never stored or logged.
Session tokens are 256-bit values generated from crypto.getRandomValues — the browser and Worker CSPRNG. Sessions expire after 30 days and are invalidated server-side on logout.
Login attempts are rate-limited per IP and per identifier. Brute-force attempts trigger a 60-second lockout after 5 failed attempts. Error messages do not distinguish between unknown username and wrong password.
We collect the minimum data required to operate the platform: username, email address (for password reset), Polymarket wallet address (optional), and Telegram handle (optional for alerts).
We do not sell user data. Email addresses are used only for account operations — password reset, subscription notifications — and are never shared with third parties for marketing purposes.
Prediction market positions and AI-generated intelligence signals are associated with accounts for the purpose of personalised analysis. This data is not shared with other users without explicit opt-in (community sharing feature).
For full details see our Privacy Policy.
Our security posture is independently verified by third-party scanners. Results are publicly accessible and update automatically — no self-certification.
We welcome security research on JAKUU. If you discover a vulnerability, please report it to us privately before public disclosure. We aim to acknowledge all reports within 48 hours and resolve critical issues within 7 days.
We ask that you do not access, modify, or delete user data; disrupt service availability; or perform testing that could impact other users. Automated scanning beyond basic header checks is not permitted without prior approval.
Please include a clear description, steps to reproduce, and any supporting evidence. We will respond within 48 hours.