{
  "x402Version": 2,
  "id": 8710,
  "slug": "8710",
  "resource": "https://shelf.thirdmade.net/probe/pii-guard",
  "description": "Detects PII (emails, phones, SSNs, credit cards) in any text with character spans. Compliance agents use this before processing user data.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x315708415764b7F2B783714cE82cf9C628e33fCF",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "queryParams": {
            "text": "reach me at alice@example.com or 555-123-4567"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "findings": [
              {
                "length": 11,
                "start": 13,
                "type": "email"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "text": {
                    "description": "Input text",
                    "type": "string"
                  }
                },
                "required": [
                  "text"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "shelf.thirdmade.net",
  "lastUpdated": "2026-08-30T22:39:43.626Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T22:39:43.502Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "shelf.thirdmade.net",
    "manifest_name": "shelf.thirdmade.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}