Zero-trust local DLP for AI-era workflows — 35+ threat patterns across 8+ countries
Project description
SafePaste Enterprise CLI
Zero-trust DLP for Linux pipelines — 35+ threat patterns across 8+ countries.
SafePaste redacts sensitive data in your Linux pipelines before it reaches AI tools, log aggregators, or external services. BEFORE AFTER (SafePaste) ───────────────────────────────── ───────────────────────────────── OPENAI_API_KEY=sk-proj-abc...xyz AWS_ACCESS_KEY_ID=AKIA1234ABCD Authorization: Bearer eyJhb... Authorization: Bearer [BEARER_1] Server: [IP_1] Server: [DEVSEC_1] SSN: [US_SSN_1] SSN: [US_SSN_1]
Get a License
| Tier | Price | Get it |
|---|---|---|
| Free | $0 | Chrome Web Store |
| Pro | $7.99/mo or $59/yr | saferelay.ai/#pricing |
| SafeRelay Suite | $99 one-time | saferelay.ai/saferelay |
Installation
pip install saferelay-enterprise
# With Redis support (enterprise distributed vault)
pip install saferelay-enterprise[redis]
Requires Python 3.9+. No external dependencies for the base install.
Usage
# Free tier — mask IPs and API keys
cat /var/log/app.log | saferelay --mask
# Pro tier — full vault with unmask
docker logs my-app | saferelay --mask > clean.log
cat ai_response.txt | saferelay --unmask
# Activate Pro
saferelay --unlock "YOUR-LICENSE-KEY"
# Status
saferelay --status
What gets redacted
| Pattern | Free | Pro |
|---|---|---|
| IPv4 addresses | ✓ | ✓ |
| API keys (OpenAI, Anthropic, AWS, GitHub, Slack, Gemini) | ✓ | ✓ |
| Bitcoin / Ethereum addresses | ✓ | ✓ |
| PEM private keys | ✓ | ✓ |
| .env file values | ✓ | ✓ |
| MAC addresses | — | ✓ |
| Credit cards (Luhn-validated) | — | ✓ |
| US SSN | — | ✓ |
| EU IBAN | — | ✓ |
| UK NINO | — | ✓ |
| Nigeria NIN / Bank / Phone | — | ✓ |
| Canada SIN | — | ✓ |
| India Aadhaar / PAN | — | ✓ |
| South Africa ID | — | ✓ |
| Australia TFN | — | ✓ |
| Brazil CPF | — | ✓ |
| Singapore NRIC | — | ✓ |
| Germany Tax ID | — | ✓ |
| Seed phrases (12/24 word) | — | ✓ |
| ETH private keys | — | ✓ |
| Custom NDA keywords | — | ✓ |
Docker
docker pull logicgridai/saferelay:latest
cat /var/log/app.log | docker run --rm -i logicgridai/saferelay --mask
Kubernetes sidecar
containers:
- name: saferelay
image: logicgridai/saferelay:latest
env:
- name: SAFEPASTE_LICENSE_KEY
valueFrom:
secretKeyRef:
name: saferelay-secret
key: license-key
Pricing
| Tier | Price | Features |
|---|---|---|
| Free | $0 | IP + API key redaction |
| Pro | $7.99/month or $59/year | 35+ patterns, full vault |
| SafeRelay Suite | $99 one-time | SafePaste + SpeakPaste + Boomerang Snip |
→ Get a license at saferelay.ai
Privacy
Clipboard and log content never leaves your machine. License activation sends only a hashed device fingerprint to api.saferelay.ai — no log data, ever.
Full privacy policy: saferelay.ai/privacy
Built by LogicGrid AI, LLC — support@logicgrid.ai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file saferelay_enterprise-3.5.2.tar.gz.
File metadata
- Download URL: saferelay_enterprise-3.5.2.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541c89e8ec253c92e35e473ff0cc13f1d7eb03d5202b72ac417e2d4a5ea0f590
|
|
| MD5 |
16ecfe0e6f3a2c7d20a76ee34abf6949
|
|
| BLAKE2b-256 |
c62bce76dc69fbe15f97082b02069e9e3984f36cd2c4a0f656a8e50c06bf5e92
|
Provenance
The following attestation bundles were made for saferelay_enterprise-3.5.2.tar.gz:
Publisher:
release.yml on LogicGridAI/saferelay
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
saferelay_enterprise-3.5.2.tar.gz -
Subject digest:
541c89e8ec253c92e35e473ff0cc13f1d7eb03d5202b72ac417e2d4a5ea0f590 - Sigstore transparency entry: 1794780546
- Sigstore integration time:
-
Permalink:
LogicGridAI/saferelay@66956596fdd76f76e8c2080f232c82ad732729e1 -
Branch / Tag:
refs/tags/v3.5.2 - Owner: https://github.com/LogicGridAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@66956596fdd76f76e8c2080f232c82ad732729e1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file saferelay_enterprise-3.5.2-py3-none-any.whl.
File metadata
- Download URL: saferelay_enterprise-3.5.2-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b605f645186a20b4d8590d79ec2b861e0e7ab5b6123e70cef22a0571be7328a
|
|
| MD5 |
1a16f3fcc9f001e3568bec10ee2291d3
|
|
| BLAKE2b-256 |
c3aa351b7d68c994cee46c4c36d5a18b3a7972ddb066fbe7482cd9dfbf81259c
|
Provenance
The following attestation bundles were made for saferelay_enterprise-3.5.2-py3-none-any.whl:
Publisher:
release.yml on LogicGridAI/saferelay
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
saferelay_enterprise-3.5.2-py3-none-any.whl -
Subject digest:
6b605f645186a20b4d8590d79ec2b861e0e7ab5b6123e70cef22a0571be7328a - Sigstore transparency entry: 1794781694
- Sigstore integration time:
-
Permalink:
LogicGridAI/saferelay@66956596fdd76f76e8c2080f232c82ad732729e1 -
Branch / Tag:
refs/tags/v3.5.2 - Owner: https://github.com/LogicGridAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@66956596fdd76f76e8c2080f232c82ad732729e1 -
Trigger Event:
push
-
Statement type: