Add TrustBoost PII Sanitizer to Developer Tools#148
Add TrustBoost PII Sanitizer to Developer Tools#148teodorofodocrispin-cmyk wants to merge 5 commits into
Conversation
Greptile SummaryThis 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.
Confidence Score: 4/5The 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 Important Files Changed
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]
Reviews (3): Last reviewed commit: "fix: condense description to single sent..." | Re-trigger Greptile |
| - [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. |
There was a problem hiding this comment.
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.
| - * [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. |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
|
Fixed the stray asterisk formatting issue flagged Also worth noting: TrustBoost has since upgraded New endpoint: api.trustboost.dev |
|
@greptile-apps Re-triggering review — description has been condensed to a single sentence per list conventions as requested. |
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.
Checklist: