Developer tools for security engineers

Find leaked secrets and PII, sanitize debugging artifacts, and verify signatures before anything is shared — all locally, so sensitive material never leaves your machine.

Run the Log Sanitizer workflow →   Browse security tools →

Launch a tool

Tip: press 18 to open one

Run a workflow right here

Runs locally — nothing is uploaded

Log Sanitizer (PII + secrets)

Redact PII (emails, phones, cards) and then scan the redacted text for likely secrets. Best-effort local checks.

pii-detector-redactor → secrets-scanner
Open in full runner →

Snippet Redact, Scan & HAR Handoff

Paste a request/response snippet to redact PII and flag secrets, then hand off to the HAR Sanitizer for whole-HAR-file cleanup.

pii-detector-redactor → secrets-scanner → har-sanitizer
Open in full runner →

Base64 Payload Secret Scan

Base64-decode an opaque payload and scan the decoded text for secrets and tokens.

base64-tool → secrets-scanner
Open in full runner →

Track a checklist

Progress is saved on this device
Daily tasks, guides & FAQ

Common daily tasks

  • Remove secrets/PII before sharing logs
  • Sanitize HAR files before sending to vendors
  • Verify webhook signatures
  • Inspect JWT claims safely
  • Check certificate expiry/subject
  • Generate hash digests for verification

Recommended workflows

Top tools

See the full security & debugging tool cluster →

Why browser-local matters for security engineers

Security work means handling logs, tokens, HAR captures and signing secrets that must not be exposed. Everything runs 100% in your browser — no analytics scripts, no cookies, no third-party requests. We count anonymous visits at the CDN edge only. That means you can scan and redact sensitive material without trusting a third-party server.

FAQ

Is sensitive data uploaded when I scan for secrets?

No. Everything runs 100% in your browser — no analytics scripts, no cookies, no third-party requests. We count anonymous visits at the CDN edge only. Logs, tokens, and PII are scanned in memory and never sent to a server.

How do I remove secrets from a log before sharing it?

Run the Secrets Scanner (or the Log Sanitizer workflow) to detect and mask API keys, tokens and passwords, then copy the redacted output.

Should I sanitize a HAR file before sending it to support?

Yes. HAR files contain cookies, Authorization headers and request bodies; the HAR Sanitizer redacts them locally before you share the file.

Can I redact PII like emails and credit-card numbers?

Yes. The PII Detector & Redactor finds emails, phone numbers, IP addresses and Luhn-valid card numbers and masks them, all in your browser.

Related