← Back to registry /

TrustBoost PII Sanitizer

A2A conformant A2A vunknown

TrustBoost PII Sanitizer

v2.6.0 Unknown

TrustBoost sanitizes PII from text before it reaches LLMs. Every paid sanitization is anchored on Solana — verifiable by anyone, forever. The only PII sanitizer with on-chain proof.

Launch agent website ↗

Skills

  • PII Sanitization

    Detects and redacts PII from text before it reaches LLMs. Supports 8 languages and 5 context modes. Returns sanitized_content, safety_score, risk_category, and entities[].

    piiprivacysanitizationgdprcompliancellm-security
  • Proof of Sanitization Verification

    Verifies a Proof of Sanitization anchored on Solana. Returns immutable audit trail for EU AI Act compliance.

    proofsolanaauditeu-ai-actcompliance
  • TrustBoost Score

    M2M trust verification — returns trust tier (NEW/ACTIVE/VERIFIED/TRUSTED) based on agent sanitization history.

    trustm2mscorereputation

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("a118e978-77e8-40f5-b54a-31811172c1d8")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())