Manual review is slow
Long documents make anonymization repetitive, expensive and inconsistent.
Detect sensitive information locally, review every finding, and move only the minimized document into the next workflow.

What must be protected changes by document, industry, organization and workflow. That makes detection both a privacy problem and a maintenance problem.
Long documents make anonymization repetitive, expensive and inconsistent.
New PII often means new regex, mappings, exceptions and application logic.
The original sensitive document must leave the machine before it can be analyzed.
Standard identifiers or domain-specific information can be expressed through profiles and custom PII instructions used by the local LLM.
For many taxonomy changes, you update the definition instead of building another hard-coded detector.
The workflow stays visible and reversible until the user confirms the final redactions.

Start from a built-in domain profile or a custom detection definition.

Keep, remove or adjust what the local model identified as sensitive.

Export only after the redaction choices have been explicitly reviewed.
Once the product idea is clear, the implementation is intentionally simple: UI, document processing, and local inference have separate responsibilities.

Upload, profile selection, human review and export workflow.
Document conversion, sessions, PII orchestration, redaction and caching.
Contextual PII detection through llama-cpp-python, including profile and custom-type instructions.
RedactGuard is an experimental privacy tool, not a compliance guarantee. Local AI can miss, misclassify or over-detect sensitive information, so results still require human review.
EVIDENCE & LIMITS
RedactGuard treats reviewability as part of the product boundary: local inference can accelerate detection, but it does not turn the model into an autonomous privacy or compliance authority.
EVIDENCE BOUNDARY
Local, configurable and reviewable does not mean perfect.
The current product supports local GGUF inference, configurable standard and custom PII definitions, reviewable findings and explicit export. The model can still miss, misclassify or over-detect sensitive information, so human review remains mandatory.
Supported today
Not claimed here
CONNECTED SYSTEM
RedactGuard turns local AI into a configurable privacy workflow: define → detect → review → redact → export.