The overlay runs on your PC. It has no analytics, no telemetry, no usage tracking, no background phone-home, and no machine or device IDs. It reaches the internet only for the things below.
Where the app connects
- poe2scout.com - live currency rates and item icons and price history. Ordinary web requests (poe2scout sees your IP, as any website does).
- Path of Exile official trade site (pathofexile.com) - price checks and the currency exchange. These use your own pathofexile.com login, which is stored on your PC and used to talk to GGG directly. We never see your login, your searches, or your items.
- GitHub - checking for app updates and fetching the currency feed file.
- Google (script.google.com) - only when you submit the in-app Bug or Feedback form.
Reading your stash tabs (Net Worth)
The Net Worth tab reads a currency tab by taking a screenshot when you trigger a capture (its hotkey or the Capture button) and reading the item counts from it on your PC. The screenshot is processed locally and never leaves your machine - it is not saved, uploaded, or sent anywhere. To value what it read, it looks up prices from poe2scout and the public currency-exchange data the same way the rest of the app does: it sends item names and counts, never the screenshot, your account, or your session.
What we actually receive
The only data that reaches us is the bug and feedback reports you choose to send. A report contains:
- what you type (your description, and an optional contact only if you add one),
- the app version and a timestamp,
- for bug reports only, a short activity log: the last 60 or so in-app actions (buttons clicked, settings toggled, currency and item type names, and any error messages), so the problem can be reproduced.
That is all. It does not include your account, your session, your stash, or anything personal beyond what you type. Reports are stored in a private Google Sheet.
About the Cloudflare Worker in the repo
The repository includes a Cloudflare Worker that acts as a currency-price edge cache, with Cloudflare's standard request logging enabled. The current app does not connect to it - it fetches poe2scout directly - so it is not logging anyone. If a future build routes through it, it would only ever see currency-price requests (your IP and which league you are viewing), never item, account, or stash data.