v2.0 Stable Release
Secure Data Layer for
Secure Data Layer for
AI Workflows
Client-side sanitization proxy. Automatically redact API keys, PII, and regex patterns from your prompts before they leave the browser.
// Input Prompt
Debug this config: AWS_KEY=AKIAIOSFODNN7EXAMPLE
// Nolex Interceptor [Localhost]
✓ MATCH: aws_key_pattern
✓ REDACT: AWS_KEY={{REDACTED_AWS_KEY}}
// Output to ChatGPT
Debug this config: AWS_KEY={{REDACTED_AWS_KEY}}
Core Capabilities
Architecture
Local-First Regex Engine
Zero-latency masking running entirely in the DOM. No data is ever sent to a remote sanitization server.
AES-256
Browser DOM
⬇
NOLEX PROXY
⬇
Network Req
Configuration
Smart Rule Constructor
Define custom masking rules for internal project IDs, tokens, or proprietary formats.
const pattern = /PROJ-\d{4}/g;
Files
Document Scrubbing
Drag-and-drop text/code files to sanitize them before upload.
[📄 secret.env] → Using "env_redaction" → [📄
clean.env]
Technical Specifications
| Encryption Standard | Local AES-256 |
| Permissions | activeTab, storage (Local) |
| Performance Impact | < 5ms latency |
| Telemetry | None / Opt-in |