$ maskink read logs/production.log --stdout Turn noisy production output into review-safe text without flattening the debugging context.
MaskInk gives you a CLI-first path for masking, reviewing, restoring, and writing sensitive content with a safer operational rhythm.
curl -fssl https://mask.ink/install.sh | bash maskink setup Treat the homepage like a short operator guide: start with a command, inspect the result, then decide whether to continue into preview or safe write.
$ maskink read logs/production.log --stdout Turn noisy production output into review-safe text without flattening the debugging context.
$ maskink read .env --stdout > .env.masked Hand teammates or agents a usable configuration shape without exposing the original values.
$ maskink write prompts/patched.txt --preview Inspect what will be restored before committing real values back to disk.
The core value is not abstract security theater. It is a concrete editing and review loop that stays legible while removing raw values from the path.
Authorization: Bearer sk_live_abc123... DATABASE_URL=postgres://prod-user:secret@db
Authorization: Bearer <MI_API_KEY_1> DATABASE_URL=<MI_DB_URL_1>
Preserve the structure, remove the risk surface.
Patch references raw credentials inline and is unsafe to replay.
Patch operates on placeholders first, then restores only through a checked write path.
Move from ad hoc redaction to a repeatable workflow.
The site should read like a disciplined open-source tool page: concise modules, low chrome, and enough specificity to prove the product posture.
Replace sensitive values with stable placeholders that can be restored later with intent and checks.
Keep token authority, snapshots, and audit metadata local to the project workspace.
Block unknown or unresolved placeholders and preview the restore path before mutating files.
Public install stays shell-first and direct, with the homepage optimized around fast onboarding.
Homepage sections prioritize examples, command panels, and before/after evidence over slogans.
The distribution repo can later grow installer, manifests, workers, and adapter assets without reshaping the site.