From 4dfb08fa7cd89bb528867825d41c833cbed07469 Mon Sep 17 00:00:00 2001 From: teodorofodocrispin-cmyk Date: Sat, 6 Jun 2026 00:09:53 -0500 Subject: [PATCH] feat: add Privacy & Compliance section with TrustBoost PII Sanitizer --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 807cb35..1d9988c 100644 --- a/README.md +++ b/README.md @@ -657,6 +657,16 @@ Cloudflare's Agents SDK embeds payment rails directly into the edge infrastructu --- + +## Privacy & Compliance + +As agentic commerce scales, agent payloads increasingly carry PII — names, emails, national IDs, financial data. A sanitization layer before payments or LLM calls is becoming mandatory infrastructure. + +### PII Sanitization + +- [TrustBoost PII Sanitizer](https://github.com/teodorofodocrispin-cmyk/TrustBoost-PII-Sanitizer) — Open-source, x402-native PII sanitization for agentic pipelines. Sanitizes text before it reaches LLMs or external APIs. Proof of Sanitization anchored on Solana via Helius. 8 languages including LATAM (RFC, CUIT, CPF). EU AI Act compliant. Try free: `tx_hash=TRIAL`. Live: https://api.trustboost.dev + + ## License This compilation is provided under the [MIT License](./LICENSE).