Zero Leak architecture. Mask PII before any LLM — OpenAI, Claude, Gemini, or yours.

On-device tokenization before prompts leave the browser or your app. Browser Shield for team chats, CLI for your repo, SDK for your product’s users → any LLM.

Zero Leak on managed browsers with Shield installed. Incognito / unmanaged Chrome: MDM docs.

  • On-device masking
  • Raw prompts stay local
  • Shield · CLI · SDK
Try the live demo

Live egress pipeline simulator

Tokenize PII & secrets → LLM → Re-identify. Competitors stay blocked.

Try a scenario:
01

Raw Prompt

Untrusted user input

Type sensitive data or pick a scenario. NoeticGuard Core tokenizes PII and high-precision secrets into a vault ([EMAIL_n], [SECRET_n]), routes safe placeholders to the LLM, then re-identifies on the way back to the user.

Inbound Shield · Tokenize
02

Masked Prompt (To LLM)

Vault tokens ([EMAIL_n], [SECRET_n]) + Brand Guard — reversible PII/secrets only

Masked prompt will appear here.

LLM Inference
03

Raw LLM Output

Model echoes vault tokens (never raw PII)

Run the pipeline to simulate the LLM response.

Outbound Shield · Re-identify
04

Final Unmasked Output (To User)

unmaskPii restores vault PII & secrets · competitors stay blocked

Run the pipeline to see PII restored for the end user.

How it works

Same core engine — CLI, SDK, and egress

Local scan and mask demos. The live chat simulator is in the hero above.

noeticguard — zsh
# Local mask before any outbound LLM call
$ maskPii(prompt) # @noeticguard/core
# Then sync quota: POST /v1/telemetry
$ noeticguard scan --path ./src
Card: 4111-1111-1111-1111

scanning local payload…

CLI local scan & SDK mask — same @noeticguard/core engine

Before & After

Before
{
  "name": "John Doe",
  "email": "[email protected]",
  "phone": "+1 555-0100",
  "card": "4111-1111-1111-1111"
}

Core + Shield scan

After
{
  "name": "John Doe",
  "email": "[EMAIL_1]",
  "phone": "[PHONE_1]",
  "card": "[CREDIT_CARD_1]"
}

Products

Shield for chats, CLI for repos, SDK for your product

Client-side only · No cloud exfiltration

NoeticGuard Shield for Browser

Real-time, zero-trust PII masking directly inside ChatGPT, Claude, and other web-based AI tools on managed browsers with Shield installed. Incognito / unmanaged Chrome need MDM — see docs. On Startup+, Media Guard can also block images, screenshots, and file uploads before they leave the browser. On Developer, this shows as an upgrade to Startup.

Chrome Extension

FinTech, MedTech, and KidTech packs are add-ons on the same core — extra detectors and policy, not a separate private SDK. Live add-ons: Secrets Guard, Brand Guard, and PCI / Financial ($29/mo each on Startup; included on Business+). PCI force-enables card + IBAN — not a PCI DSS engine.

Built for LLM egress

Built for any LLM you call — not ChatGPT-only.

Shield for team chats on ChatGPT, Claude, and Gemini. SDK in your backend before OpenAI, Anthropic, Gemini, or your own model HTTP API. We sit on the path to the model — not Slack, Gmail, or endpoint DLP.

Browser Shield docs →

Developer DX

Five minutes to mask before the model (workspace install).

Link @noeticguard/core from your workspace (or a tarball we share — not on public npm yet), call maskPii in your process, then send only tokens to whatever LLM you already call.

typescript
// Package access ships with your workspace (not on public npm yet).
// See /docs/sdk/quickstart for monorepo / tarball install.
import { maskPii } from '@noeticguard/core';

const vault = new Map();
const { output } = maskPii(userText, { vault });
// → only masked text reaches the LLM

Package access ships with your workspace — see the SDK quickstart.

Features & architecture

Zero Leak architecture. Millisecond latency.

Redaction runs on-device before traffic reaches LLM APIs. Raw prompts stay in your process — we don't need them to mask.

CISO boundary: Zero Leak assumes a managed browser with Shield installed. Incognito and unmanaged Chrome need MDM policy — Incognito gap & MDM. Proof → Architecture.

Multi-layer stack · Core → Shield → Network

User / App / Browser

Workloads, API calls, and employee browser prompts enter here.

Untrusted input

NoeticGuard Core

Local runtime cube

Local SDKs and Browser Extensions attach directly at the source — policies compile to native runtime checks.

PII scanPolicy graphVault hooks

Shield Layer

Egress & redaction plane

NoeticGuard enforces outbound rules — PII and sensitive entities are strictly tokenized into a local vault before egress.

One policy surface

Sanitized egress

Network Nodes

External LLMs and model APIs

Only masked, vault-safe payloads cross the boundary.

Observable. Audited. Policy-mapped.

Architecture runs the same core engine wherever you mask — then syncs policy and quota only.

Program fit

Controls that map to common programs

Local-first masking helps you reduce LLM egress risk under GDPR, CCPA, and KVKK-style programs (TCKN already in core detectors). These labels are orientation aids — not certifications, audits, or attestations. HIPAA/COPPA-oriented packs are roadmap entitlements. Enterprise SSO is sales-assisted; Chrome Enterprise / Intune force-install docs are self-serve.

GDPR-oriented

EU egress minimization

CCPA-oriented

CA privacy programs

KVKK-oriented

TR personal data · TCKN

HIPAA-oriented

PHI presets — roadmap

COPPA-oriented

KidTech — roadmap

* The NoeticGuard SDK may call home for license verification and policy bundles only. Raw prompts and payloads stay on your machines.

Local masking

Redaction runs inside @noeticguard/core in your process, so models never see raw PII — and we never receive the prompt to mask.

Deterministic tokens

Stable [EMAIL_1]-style vault tokens keep traces debuggable without sending originals to the model — and identical values reuse the same token in a session, so prompts stay cleaner when PII repeats.

Policy & quota plane

GET /v1/config and POST /v1/telemetry sync detectors and usage — ng_pub_ keys only; masking stays local.

Media Guard

Startup+ owner policy: block screenshots, images, and file uploads on Shield hosts — no OCR, no media bytes upstream. Developers upgrade to Startup.

Why upgrade

Free to prove it. Paid when the team ships.

Start on Developer. Move to Startup when you need seats, Media Guard, and production auth. Business when packs and MDM rollout matter.

  1. Step 1

    Developer $0

    1 seat · core PII · prove masking locally

  2. Step 2

    Startup $99/mo

    5 seats · Media Guard · production auth · audit + triage

  3. Step 3

    Business $399/mo

    Unlimited seats · Brand / Secrets / PCI packs included · MDM guide

Enterprise is sales-assisted (SSO help, MDM rollout, SLA). See full plans → · MDM docs

Plans for developers and teams

Self-serve from $0. Create a free workspace, then upgrade Startup or Business from Billing. Enterprise is sales-assisted (SSO setup help, MDM rollout support, SLA). Business includes a self-serve MDM force-install guide; SSO on Business is coming soon.

Developer

Developer

$0Free forever

For side projects, local validation, and solo builders.

  • 1,000 locally masked PII entities / month
  • Core PII in Policies: email, phone, cards, IBAN, SSN/TCKN, US / EU / TR identity
  • 1 individual Chrome extension seat
  • CLI scan reports
  • 1 publishable key for Shield and the SDK (config + telemetry)
  • Brand Guard add-on from Startup ($29/mo)
  • Secrets Guard add-on from Startup ($29/mo)
  • PCI / Financial add-on from Startup ($29/mo)
  • Media Guard from Startup
Get started
★ Most Popular

Startup

Startup

$99per month

Switch to Annual to see yearly pricing and savings.

For early teams shipping AI features to production.

  • Everything in Developer, plus:
  • 100,000 locally masked PII entities / month
  • Authorized for production use
  • Up to 5 team extension seats
  • Media Guard — block images, screenshots & file uploads to AI chats
  • Brand Guard add-on — $29/mo
  • Secrets Guard add-on — $29/mo
  • PCI / Financial add-on — $29/mo
  • Centralized policies & usage controls
  • Audit logs
  • Masking report triage
  • Team dashboard
Get started

Business

Business

$399per month

Switch to Annual to see yearly pricing and savings.

For scaling platforms with heavy AI workloads and full teams.

  • Everything in Startup, plus:
  • 1,000,000 locally masked PII entities / month
  • Unlimited extension seats
  • Brand Guard — included
  • Secrets Guard — included
  • PCI / Financial — included
  • Self-serve Chrome Enterprise / Intune force-install guide
  • SSO — coming soon
  • Team-wide reporting and owner controls
  • Priority email support
Start Business plan

Enterprise

Enterprise

CustomContact us

For regulated industries and large deployments.

  • Everything in Business, plus:
  • Custom / negotiated masking limits
  • SSO (SAML/OIDC) — assisted setup
  • Assisted MDM / Chrome Enterprise rollout
  • Dedicated SLA & account manager
  • Priority roadmap input for ERP / enterprise DLP
  • Custom commercial terms
Talk to sales

Works with — masks before prompts reach