TrustBoost PII Sanitizer

Security checks across malware telemetry and agentic risk

Overview

This skill is a coherent remote PII-sanitization service, but it asks users to send raw sensitive text to a third-party API without clear data-handling disclosures.

Review before installing. Use only if you are allowed to send the relevant text to TrustBoost servers, and confirm retention, logging, jurisdiction, subprocessors, data-processing terms, payment controls, and exactly what is written to Solana. Avoid submitting real customer data, regulated records, credentials, or secrets until those questions are answered.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (5)

Missing User Warnings

Medium
Confidence
98% confidence
Finding
The skill explicitly instructs users to send raw text containing highly sensitive data such as email addresses and SSNs to a third-party remote API, but it does not provide a prominent warning that the unsanitized data leaves the local environment before any protection is applied. In a PII-sanitization skill, this context makes the omission more dangerous because users may incorrectly assume sanitization happens locally or before transmission.

External Transmission

Medium
Category
Data Exfiltration
Content
## Quick Start — TRIAL mode (no wallet needed)

```bash
curl -X POST https://api.trustboost.dev/sanitize \
  -H "Content-Type: application/json" \
  -d '{
    "text": "My email is john@example.com and SSN is 123-45-6789",
Confidence
98% confidence
Finding
curl -X POST https://api.trustboost.dev/sanitize \ -H "Content-Type: application/json" \ -d '{ "text": "My email is john@example.com and SSN is 123-45-6789", "tx_hash": "TRIAL", "walle

External Transmission

Medium
Category
Data Exfiltration
Content
## Quick Start — TRIAL mode (no wallet needed)

```bash
curl -X POST https://api.trustboost.dev/sanitize \
  -H "Content-Type: application/json" \
  -d '{
    "text": "My email is john@example.com and SSN is 123-45-6789",
Confidence
98% confidence
Finding
https://api.trustboost.dev/

External Transmission

Medium
Category
Data Exfiltration
Content
```bash
# Step 1: Call without payment → receive HTTP 402
curl -X POST https://api.trustboost.dev/sanitize \
  -H "Content-Type: application/json" \
  -d '{"text": "Contact john@example.com"}'
# → HTTP 402 with USDC payment instructions
Confidence
95% confidence
Finding
https://api.trustboost.dev/

External Transmission

Medium
Category
Data Exfiltration
Content
# Address: giu4VciTkfWJNG1oeP6SzHEJwmabikJSMB91GaFNWE4

# Step 3: Retry with tx_hash
curl -X POST https://api.trustboost.dev/sanitize \
  -H "Content-Type: application/json" \
  -d '{"text": "Contact john@example.com", "tx_hash": "YOUR_TX_HASH"}'
# → sanitized text + proof_of_sanitization on Solana
Confidence
95% confidence
Finding
https://api.trustboost.dev/

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal