Does Tisane detect personally identifiable information (PII)?


Yes, Tisane detects PII. Detected PIIs are returned under the abuse section with pii as one of the tags. For example:

"abuse": [
{
"sentence_index": 0,
"offset": 0,
"length": 16,
"text": "4242424242424242",
"type": "data_leak",
"severity": "medium",
"tags": [
"pii",
"payment"
]
}