Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down