Engineered for Privacy. Optimized for Workflow.

A technical overview of how SiloRedact keeps sensitive data off your clipboard—without sending a byte off your machine.

Rules Library — 14 forensic presets
CategoryNameSeverityPatternReplacement
Cloud & AuthAWS Access Key IDCritical\bAKIA[0-9A-Z]{10,20}\b[AWS_ID]
Cloud & AuthAWS Access Key ID (Assignment)Critical(?i)(access_key_id|aws_access_key_id)\s*[:…$1: [SECRET]
Cloud & AuthAWS Secret Access KeyCritical(?i)(aws_secret_access_key|secret|password…$1=[SECRET]
Cloud & AuthJWTCritical\beyJ[A-Za-z0-9_-]*\.[A-Za-z0-9_-]*\.[A-Za…[JWT]
Cloud & AuthSecrets (Generic)Critical(?i)(password|passwd|secret|token|api_key|…$1$2[SECRET]
Cloud & AuthPrivate KeyCritical(?s)-----BEGIN [A-Z ]+ PRIVATE KEY-----.*?…[KEY]
Cloud & AuthURI CredentialsHigh(?i)([a-z0-9]+:\/\/.*?:)(.*)(@.*)$1[SECRET]$3
Cloud & AuthUniversal Secret CatchHigh(['"])[^\s'"]{8,64}['"][SECRET]
NetworkIPv4 AddressHigh\b(?:(?:25[0-5]|2[0-4]\d|1?\d?\d)\.){3}(?:…[IPv4]
NetworkIPv6 AddressHigh(?i)\b(?:[0-9a-f]{1,4}:){3,7}[0-9a-f]{1,4}…[IPv6]
NetworkMAC AddressMedium\b(?:[0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}\…[MAC]
Sensitive DataCredit CardHigh\b(?:\d[ -]*?){13,16}\b[CARD]
Sensitive DataEmail AddressHigh\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-…[EMAIL]
SystemFile PathMedium(?i)(?:[a-z]:\\(?:[^'"])+|/(?:[\w.-]+/)+[\…[PATH]

Out-of-the-Box Intelligence

14 Forensic Presets

Fourteen pre-configured rules cover the most common sensitive patterns: AWS keys, JWT and Bearer tokens, IPv4 and IPv6, PII (emails, SSN, credit cards), private keys, and credentials in URLs. Rules are categorized (Cloud & Auth, Network, Sensitive Data, System) and tagged by severity—Critical, High, and Medium—so you can tune what gets redacted without touching regex.

The Clipboard Firewall (Ghost Mode)

Background Defense

Ghost Mode intercepts clipboard data in real time. When you copy, content is redacted before it ever reaches the paste buffer—credentials, keys, and PII never linger in plain text. Pair it with the 30-second Timed Wipe for automated clipboard hygiene: redacted content is cleared after a set interval so nothing sticks around.

Src1
Src2
Src3
Smart Trim
Unified output

Satellite Mode & Multi-Source Parsing

Unified Workspace

Satellite Mode monitors multiple clipboard sources and feeds them through a single pipeline. The Smart Trim engine strips log noise and keeps only high-signal lines—errors, critical events, and context—so you get one clean, redacted view across all sources without manual filtering.

AI-Ready Workflows

Secure AI Troubleshooting

The AI Prompt setting pre-formats redacted logs for LLM ingestion. Choose a template (e.g. "Summarize these logs and highlight critical events") and paste: secrets are stripped while the signal for debugging is preserved, so you can safely send sanitized output to AI tools.

AI Prompt

Pre-formatted prefix

"Summarize these logs and highlight critical events:"

+ redacted log (secrets stripped, signal kept)

Debug — rule applied per line

[IPv4] → 192.168.1.1

[JWT] → eyJhbG…

[API Key] → sk-xxxx

Debug Mode & Audit Trail

Transparent Redaction

Debug Mode shows exactly which regex rule was applied to every span of text. See replacements inline—e.g. [IPv4], [JWT], [API Key]—so you can verify behavior and tune rules with full visibility into the audit trail.

Bulk Custom Rules

Enterprise Flexibility

Build and import proprietary regex patterns for organization-specific log formats. Add rules one-by-one or in bulk, assign category and severity, and keep full control over replacements—so internal standards and compliance requirements stay in your hands.

+Add custom rule
Import bulk patterns
regexOrg-specific log formats

Security & Architecture FAQ

Does SiloRedact phone home?

No. SiloRedact is local-first with zero external telemetry. All processing happens entirely on your machine—no cloud, no tracking, no exceptions.

Where are my rules stored?

All configuration data and custom patterns are stored locally in an encrypted JSON config file within your application data folder.

How does the Clipboard Firewall impact system performance?

Negligibly. The Go-based backend is optimized for low-latency monitoring. It uses minimal CPU cycles and only triggers the regex engine when a clipboard change is detected.

Are my original logs ever overwritten?

Never. SiloRedact is non-destructive. Your raw input remains untouched in the source; the app only sanitizes data within its own memory buffer or your active clipboard.

Does SiloRedact require Administrator privileges?

No. It operates as a standard local utility. It does not require elevated system permissions to monitor your user-level clipboard, maintaining your system's existing security posture.

Ready to Secure Your Workspace?

SiloRedact Pro

One-time license. No subscription.

  • Custom Rules: Build and import proprietary regex patterns.
  • Clipboard Firewall: Background monitoring via Ghost Mode.
  • Precision Tools: Smart Trim and Auto-Copy integration.
  • Enhanced Hygiene: Automated clipboard clearing and history sanitization.

Looking for the free version? Download Community Edition.