CORE
Casefile CLI
$0
- Built-in safety rules
- Unlimited local casefiles
- AES-256 archive + manifest
- Project-owned JSON policies
LOCAL / OFFLINE / ENCRYPTED
Build a vendor-ready incident bundle without sending raw logs to another service. Repeated identifiers stay correlatable; secrets do not.
Not a log drain.
Not a cloud scrubber.
A handoff artifact.
THE CHAIN OF CUSTODY
Point one command at logs, traces, configs, files, or whole directories.
Named rules replace repeated values with stable, case-scoped tokens.
Receive an AES-256 encrypted ZIP and a manifest that records counts, never values.
LIVE / BROWSER-ONLY
This preview never sends or stores your text. The CLI adds custom policies, directories, encryption, and a full manifest.
Recognizes common emails, IPv4 addresses, credentials, bearer tokens, and JWTs.
Run the scrubber to create a safe preview.
PROVENANCE WITHOUT PAYLOAD
Review exactly which policy fired and how often. Raw matches never enter the manifest, filenames are scrubbed, and per-case salts prevent cross-archive correlation.
{
"format": "scrubbed-log-casefile",
"rule_hits": {
"email": 14,
"credential-assignment": 3
},
"token_scope": "this archive"
}
VERSION 0.1.0 / MIT
cargo install --git https://github.com/B-Divyesh/sf-scrubbed-log-casefile
export CASEFILE_PASSWORD='a-long-unique-passphrase'
casefile pack ./incident --output vendor.zipPassword stays out of arguments.
Read from CASEFILE_PASSWORD or a variable you name.
Failure stays atomic.
Incomplete archives are removed; existing output is preserved unless you pass --force.
HONEST, INTERMITTENT PRICING
The CLI, encrypted export, custom rules, and manifest are MIT-licensed. A one-time team pack funds maintenance and adds reviewed policy starters.
CORE
$0
TEAM PACK
$19 once
Sociobot/Dodo is merchant of record. Refunds revoke the license.
No active team-pack license on this device.
Team pack unlocked. Download the reviewed starter bundle for AWS, Kubernetes, PostgreSQL, and HTTP traces.
BEFORE YOU ATTACH THAT LOG