Sign inSign up

getreadystack/view-in-browser-leak-audit

By getreadystack

Updated 3 days ago

![View in Browser — Publish Leak Audit (HTML)](https://getreadystack.com/img/promo/sku128294_resul

Image
0

47

getreadystack/view-in-browser-leak-audit repository overview

View in Browser — Publish Leak Audit (HTML)

View in Browser — Publish Leak Audit (HTML)

24 rules read the .html file you are about to open in the browser and flag every line that behaves differently once the page has a public URL: live API keys, localhost and file:// paths, http:// resources, a leftover noindex.

Run

docker run --rm -v "$PWD":/work getreadystack/view-in-browser-leak-audit /work/file

The same 24 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Audit the HTML file you are about to open in the browser: all 24 rules, every finding with its severity, line number and fix. The clean fixture returns 0 findings, the dirty one returns 27. No key, no watermark, no locked answers.
  • --rules lists every rule

With a licence ($29 once)

  • Scope: one command sweeps every HTML file in the workspace instead of the one in front of you, and writes a dated LEAK-AUDIT.md you keep as evidence — forty pages in one pass instead of forty passes.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/view-in-browser-leak-audit --dir /work --ci

In February 2026 a developer reported an $82,000 Google Cloud bill after a key embedded in client-side Google Maps code was taken from the page source; their normal spend was $180 a month.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "view-in-browser-leak-audit": { "command": "npx", "args": ["-y", "@readystack/view-in-browser-leak-audit", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: View in Browser — Publish Leak Audit (HTML)
  run: npx -y @readystack/view-in-browser-leak-audit --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/view-in-browser-leak-audit --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:b68eb96d9

Size

46.1 MB

Last updated

3 days ago

docker pull getreadystack/view-in-browser-leak-audit