Security

What runs where, what it touches, and how to tell us.

pour's tools run inside your browser, against pages you choose, with everything that implies. This page states the security model plainly: what each tool is allowed to do, what leaves your machine, how to verify both claims yourself, and how to report a problem. It is held to the same standard as the rest of this site: every claim below is checkable.

The model, tool by tool

What leaves your machine

From the tools: nothing. No analytics, no telemetry, no accounts, no crash reporting, no audit results transmitted anywhere. Two honest footnotes so this claim stays exact: uninstalling the extension opens a farewell page on pour.dev (the browser makes that navigation, carrying nothing but the visit itself), and this website uses Google Analytics behind a consent banner, denied by default. The website's analytics never touch the tools.

Check it yourself

Do not take this page's word for any of it. Run an audit with the DevTools network tab open and watch nothing leave. Read the extension's permissions on its store listing before installing. The engine's source is public at github.com/pourdev/pour-engine, and every extension release is published at github.com/pourdev/pour-extension, so a build can be unzipped and inspected before it is trusted.

Working under an NDA or a security policy

Prefer the extension. It is store-reviewed, forbidden from loading remote code, and updates only through the store. The bookmarklet fetches its script from pour.dev at click time, so if your organisation's policy forbids injecting remotely served scripts into client work, that policy is reasonable and the extension is the answer. Managed browsers that disable developer tools typically block all bookmarklets anyway.

Reporting a vulnerability

Email info@pour.dev with "Security" in the subject. Include the surface (extension, bookmarklet, command line, engine, or this website), steps to reproduce, and what an attacker gains. Every report is read, and replies aim to be within five working days. If the bug is exploitable, please give us the chance to fix it before publishing details. There is no bounty programme; there is credit, gratitude, and a fast fix.

In scope: the extension, the bookmarklet payload, the command line tool, the engine, and pour.dev itself. Out of scope: findings on third-party sites that pour merely audited, the inherent capability of a bookmarklet to run script in a page (that is what a bookmarklet is), issues requiring an already compromised browser or machine, and scanner output without a demonstrated impact.

Supported versions

The latest release of each tool. The stores keep the extension current automatically; the bookmarklet always serves the latest build; the command line updates through npm.

First published 19 August 2026 · last reviewed 19 August 2026.