Session Persistence
Medium
- Category
- Rogue Agent
- Content
data and store whatever you care about. The only file it writes locally is its own session-token cache (`token_path`, mode 0600). Single static binary — **no Python or other runtime**. > ⚠️ **Read-only** for your Lose It data — it reads the export and prints JSON. It is not a no-write > tool, though: it caches its `liauth` **session token** (a reusable ~14-day credential) to > `token_path` (mode 0600), and it reads your **plaintext** email/password from `config.json`. Both > are secrets — see **Security & secrets** below.
- Confidence
- 92% confidence
- Finding
- write > tool, though: it caches its `liauth` **session token** (a reusable ~14-day credential) to > `token_path` (mode 0600), and it reads your **plaintext** email/password from `config.json`. Both >
