Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Ntriq X402 Pii Detect

v1.0.0

Detect and optionally mask PII (emails, phone numbers, SSNs, names, addresses, credit cards) in text. Pay $0.02 USDC via x402.

0· 74· 1 versions· 1 current· 1 all-time· Updated 20h ago· MIT-0
byntriq@ntriq-gh

Install

openclaw skills install ntriq-x402-pii-detect

PII Detection (x402)

Detect personally identifiable information in text — emails, phone numbers, SSNs, names, addresses, credit cards, passport numbers. Optionally mask detected PII. Returns risk level and exact positions. Pay $0.02 USDC per call via x402 (Base mainnet).

How to Call

POST https://x402.ntriq.co.kr/pii-detect
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "text": "Contact John Smith at john.smith@email.com or 555-123-4567",
  "mask": false
}

Parameters

ParameterTypeRequiredDescription
textstringText to analyze for PII
maskbooleanReplace PII with [TYPE] placeholders (default: false)

PII Types Detected

email, phone, ssn, name, address, credit_card, passport, other

Risk Levels

none, low, medium, high, critical

Example Response

{
  "status": "ok",
  "pii_found": [
    {"type": "name", "value": "John Smith", "position": [8, 18]},
    {"type": "email", "value": "john.smith@email.com", "position": [22, 42]},
    {"type": "phone", "value": "555-123-4567", "position": [46, 58]}
  ],
  "risk_level": "high",
  "masked_text": null
}

With mask: true:

{
  "masked_text": "Contact [NAME] at [EMAIL] or [PHONE]",
  "risk_level": "high"
}

Payment

  • Price: $0.02 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

Version tags

latestvk976xbq8y820v79x5h1wy22kjd8515a0