Leakdown

Trust

What a run stores, where, and how to delete it.

Everything lands under runs/<site>/ on the machine that ran it. Nothing is uploaded.

What is stored

Each session writes these files, and some of them contain things you typed or saw.

FileContains
session.jsonlEvery thought, and every string a prospect typed, including the names and passwords it invents.
shots/A screenshot per step, plus a render of every email received.
video.mp4Whatever the page showed. Past a signup, that includes your own dashboard.
meta.jsonThe URL, brain, model, effort, version and variant.

Delete it

Deleting the folder deletes the run. There is no other copy.

rm -rf runs/your-site.com

Requested runs are different: they live on our side. What we keep explains how to have them deleted.

Ask the docsalpha
Open full page ↗

This is alpha. It does not write answers — it finds the paragraph of the docs that answers you and shows it word for word, or tells you the docs do not cover it. It can still pick the wrong paragraph, so check the page it links to before you rely on it.

Ask a question about the Leakdown CLI.

Answers are copied from the docs, never written. Type /help for commands.