What Stays Local
In a local or self-hosted deployment, PasteGuard keeps the sensitive originals inside your environment. Examples:- Names
- Email addresses
- Phone numbers
- Account identifiers
- API keys
- Bearer tokens
- Private keys
- Connection strings
What Providers See
Providers receive masked prompts such as:Restoration
In mask mode, PasteGuard restores supported placeholders in the model response before returning it to the user. For example:Browser Extension
The browser extension beta uses a local PasteGuard server for masking and restoration so browser chat can follow the same privacy model as the proxy.Logs And Dashboard
PasteGuard includes a local dashboard that shows request history, detected entities, and masked content sent upstream when logging is enabled. Review Logging before using PasteGuard with production or regulated data. Configure retention and masked-content logging according to your organization’s policy.Route Mode
Route mode is stricter than mask mode. Requests containing sensitive data can be sent to a local model instead of a cloud provider. Use route mode when a use case should not send even masked sensitive requests to a cloud model.Route Mode
Configure local routing for sensitive requests