Browser extension
Install, connect to your account, the live DevTools panel.
- Open
chrome://extensions(oredge://extensions/brave://extensions) - Toggle Developer mode
- Load unpacked → select the
extension/folder from the EDITH repo (or install from the Chrome Web Store once published) - Pin EDITH to the toolbar
Minimum Chrome 111. Works on localhost too.
Click the EDITH icon to audit the current tab. The popup shows:
- Live score (0–100) based on DOM, cookies, headers, network observations
- Per-finding severity, file/line where relevant
- A Copy fix prompt for each issue
- History of recently scanned pages
Open Chrome DevTools and switch to the EDITH tab — next to Console / Network / Application.
The panel captures every network request and console message in real time, annotates each request with EDITH findings (cookies missing HttpOnly, mixed content, slow response, large response, PII in body), and surfaces console errors with PII fingerprinting.
The DevTools panel is the deepest live audit surface — see runtime issues the static scan can't see.
Click Connect to your EDITH account in the popup, paste your API token (generate one at /settings), and findings sync to your dashboard for cross-device visibility.