Skip to content

Add TrustBoost PII Sanitizer to Developer Tools#148

Open
teodorofodocrispin-cmyk wants to merge 5 commits into
solana-foundation:mainfrom
teodorofodocrispin-cmyk:teodorofodocrispin-cmyk-patch-1
Open

Add TrustBoost PII Sanitizer to Developer Tools#148
teodorofodocrispin-cmyk wants to merge 5 commits into
solana-foundation:mainfrom
teodorofodocrispin-cmyk:teodorofodocrispin-cmyk-patch-1

Conversation

@teodorofodocrispin-cmyk

Copy link
Copy Markdown

Adds TrustBoost PII Sanitizer to the Developer Tools section.

TrustBoost is a blockchain-verified PII sanitization middleware
for autonomous AI agents on Solana. It redacts emails, private
keys, passwords, and phone numbers before text reaches LLM
providers — using Helius oracle for payment verification and
GPT-4o-mini for semantic redaction.

  • Webhook API — no SDK required
  • Trial mode: tx_hash="TRIAL" (50 free sanitizations)
  • molt.json compatible (Agent Skills standard)
  • No raw PII stored

Checklist:

  • Related to AI and Solana development
  • Added to appropriate category (Developer Tools)
  • One sentence description format
  • Project is actively maintained
  • Working code available today

@greptile-apps

greptile-apps Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a single entry for TrustBoost PII Sanitizer to the Developer Tools section of the curated list. The entry's Markdown formatting and one-sentence description now match the conventions of surrounding entries.

  • The new line links to https://github.com/teodorofodocrispin-cmyk/TrustBoost-PII-Sanitizer and describes the tool as blockchain-verified PII sanitization middleware for autonomous AI agents on Solana, redacting emails, keys, and passwords before text reaches LLMs.
  • The PR author's own repository is being submitted; a third-party agent marketplace (Clawhub) flagged the project as suspicious around April 2026, which maintainers should independently verify before merging.

Confidence Score: 4/5

The README change is small and self-contained, but the linked project was flagged as suspicious on a third-party marketplace — maintainers should audit the repository before accepting it into the curated list.

The Markdown entry itself is correctly formatted and fits the list conventions. The concern is external: TrustBoost was flagged as suspicious on Clawhub, and the PR is a self-submission by the project author. Independent review of the linked repository is warranted before merge.

README.md — specifically the legitimacy of the linked project at github.com/teodorofodocrispin-cmyk/TrustBoost-PII-Sanitizer.

Important Files Changed

Filename Overview
README.md Adds one new Developer Tools entry for TrustBoost PII Sanitizer; formatting and description length now match surrounding entries, but the linked project was flagged as suspicious on a third-party marketplace.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[AI Agent produces text with PII] --> B[POST to TrustBoost Webhook API]
    B --> C{tx_hash provided?}
    C -- TRIAL --> D[Free sanitization pool\n50 free calls]
    C -- Real tx_hash --> E[Helius Oracle\nverifies on-chain payment]
    E --> F[GPT-4o-mini\nsemantics-based redaction]
    D --> F
    F --> G[Sanitized text returned to agent]
    G --> H[LLM provider receives\nPII-free input]
Loading

Reviews (3): Last reviewed commit: "fix: condense description to single sent..." | Re-trigger Greptile

Comment thread README.md Outdated
- [LumoKit](https://github.com/Lumo-Labs-AI/lumokit) - Lightweight Python AI toolkit for Solana with on-chain actions, token swaps via Jupiter, and research capabilities for ecosystem developers.
- [AImpact](https://aimpact.dev) - online AI-powered IDE for Web3 apps generation, including generating and deploying (currently to devnet, mainnet coming soon) Solana smart contracts.
- [SATI (Solana Agent Trust Infrastructure)](https://github.com/cascade-protocol/sati) - ERC-8004 compliant agent identity and reputation with proof-of-participation: agents sign before knowing feedback outcomes.
- * [TrustBoost PII Sanitizer](https://github.com/teodorofodocrispin-cmyk/TrustBoost-PII-Sanitizer) - Blockchain-verified PII sanitization middleware for autonomous AI agents on Solana. Redacts emails, keys, and passwords before text reaches LLMs. Trial mode available.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Stray * breaks list item formatting

The entry starts with - * instead of the standard - [. The asterisk is not part of any other entry in this list, and in Markdown it will cause this list item to render as an italic/nested bullet rather than a plain hyperlinked list item matching every surrounding entry.

Suggested change
- * [TrustBoost PII Sanitizer](https://github.com/teodorofodocrispin-cmyk/TrustBoost-PII-Sanitizer) - Blockchain-verified PII sanitization middleware for autonomous AI agents on Solana. Redacts emails, keys, and passwords before text reaches LLMs. Trial mode available.
- [TrustBoost PII Sanitizer](https://github.com/teodorofodocrispin-cmyk/TrustBoost-PII-Sanitizer) - Blockchain-verified PII sanitization middleware for autonomous AI agents on Solana. Redacts emails, keys, and passwords before text reaches LLMs. Trial mode available.

Comment thread README.md Outdated
teodorofodocrispin-cmyk and others added 3 commits April 21, 2026 04:53
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@teodorofodocrispin-cmyk

Copy link
Copy Markdown
Author

Fixed the stray asterisk formatting issue flagged
by @greptile-apps.

Also worth noting: TrustBoost has since upgraded
to v2.0 — migrated from Make.com to FastAPI +
Supabase + Render (AWS) with open source server code:
github.com/teodorofodocrispin-cmyk/trustboost-api

New endpoint: api.trustboost.dev

@teodorofodocrispin-cmyk

Copy link
Copy Markdown
Author

@greptile-apps Re-triggering review — description has been condensed to a single sentence per list conventions as requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant