{
  "slug": "remove-urls-emails-privacy-workflow",
  "generatedAt": "2026-08-27T21:08:43.074Z",
  "coreSource": "assets/js/tools-src/core.js",
  "fixtureCount": 15,
  "results": [
    {
      "id": "priv-https-01",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "See https://example.com/report?user=7 for details.",
      "output": "See for details.",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 16
    },
    {
      "id": "priv-www-02",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Visit www.example.org/path today.",
      "output": "Visit today.",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 12
    },
    {
      "id": "priv-punct-03",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Link (https://example.com/a).",
      "output": "Link (",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 6
    },
    {
      "id": "priv-subdomain-04",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Host https://api.shop.example.com/v1/items",
      "output": "Host",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 4
    },
    {
      "id": "priv-email-alias-05",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Contact name+sales@example.co.uk please.",
      "output": "Contact please.",
      "steps": [
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 15
    },
    {
      "id": "priv-email-case-06",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Write to Admin.User@Example.COM now.",
      "output": "Write to now.",
      "steps": [
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 13
    },
    {
      "id": "priv-both-07",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "https://example.com and a@b.co",
      "output": "and",
      "steps": [
        {
          "op": "removeUrls"
        },
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 3
    },
    {
      "id": "priv-noscheme-08",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Server example.com is listed.",
      "output": "Server example.com is listed.",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 29
    },
    {
      "id": "priv-phone-09",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Call +1-415-555-0133 tomorrow.",
      "output": "Call +1-415-555-0133 tomorrow.",
      "steps": [
        {
          "op": "removeUrls"
        },
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 30
    },
    {
      "id": "priv-username-10",
      "kind": "observation",
      "generated": false,
      "status": "limitation",
      "summary": "@marketing is not an email; removeEmails should not treat social handles as addresses. Verify on your build.",
      "notes": ""
    },
    {
      "id": "priv-name-id-11",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Jordan Lee · account 73921",
      "output": "Jordan Lee · account 73921",
      "steps": [
        {
          "op": "removeUrls"
        },
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 26
    },
    {
      "id": "priv-intl-email-12",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "team@example.com.au",
      "output": "",
      "steps": [
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 0
    },
    {
      "id": "priv-fp-noturl-13",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "Build v1.2.3 released.",
      "output": "Build v1.2.3 released.",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 22
    },
    {
      "id": "priv-fn-mailto-14",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "mailto:help@example.com",
      "output": "",
      "steps": [
        {
          "op": "removeEmails"
        }
      ],
      "lineCount": 1,
      "charCount": 0
    },
    {
      "id": "priv-http-15",
      "kind": "pipeline",
      "generated": true,
      "status": "pass",
      "input": "http://example.com/old",
      "output": "",
      "steps": [
        {
          "op": "removeUrls"
        }
      ],
      "lineCount": 1,
      "charCount": 0
    }
  ]
}
