Skip to content

Commit 1333b5f

Browse files
committed
docs: reframe README with stronger standalone hook
1 parent 9d9a87c commit 1333b5f

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# NAAb Passage
1+
# NAAb Passage — Stop PII From Reaching Your LLMs
22

33
[![CI](https://github.com/b-macker/naab-passage/actions/workflows/ci.yml/badge.svg)](https://github.com/b-macker/naab-passage/actions/workflows/ci.yml)
44
[![Security Scan](https://github.com/b-macker/naab-passage/actions/workflows/security-scan.yml/badge.svg)](https://github.com/b-macker/naab-passage/actions/workflows/security-scan.yml)
55
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/b-macker/naab-passage/releases/tag/v1.0.0)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
77
[![NAAb](https://img.shields.io/badge/NAAb-Ecosystem-purple.svg)](https://github.com/b-macker/NAAb)
8-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
9-
[![Discussions](https://img.shields.io/badge/Discussions-enabled-blue.svg)](https://github.com/b-macker/naab-passage/discussions)
108

11-
**Sovereign data gateway and PII protection platform** built on the [NAAb Language](https://github.com/b-macker/NAAb). Ensures secure passage for sensitive data by validating schemas, detecting PII, and enforcing policies before data reaches untrusted systems.
9+
SSNs, credit cards, API keys, health records — intercepted and redacted before they leave your system. Passage sits between your application and any external LLM or API and enforces a zero-leakage policy.
1210

1311
```
14-
Input: API request with potential PII
15-
Output: Validated, redacted, or blocked request
16-
Result: Zero PII leakage with mathematical certainty
12+
POST / {"prompt": "Patient SSN: 123-45-6789, diagnose this"}
13+
→ {"error": "POLICY_VIOLATION", "blocked": ["ssn_pattern"]}
14+
15+
POST / {"prompt": "What are symptoms of a cold?"}
16+
→ {"response": "..."} ✓ clean request passes through
1717
```
1818

19+
Sovereign architecture — all decisions made locally, no data sent to classify. HIPAA · GDPR · SOC2 · Part of the [NAAb ecosystem](https://github.com/b-macker/NAAb)
20+
1921
---
2022

2123
## Why NAAb Passage?
@@ -182,3 +184,4 @@ MIT License - see [LICENSE](LICENSE) for details.
182184
---
183185

184186
_NAAb Passage — Secure passage for sensitive data._
187+

0 commit comments

Comments
 (0)