mify.safety.pii_detector
Node ID: mify.safety.pii_detector
Category: safety
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
text (required) | string | Text to scan for PII |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
text | string | Processed text (masked if action=mask, original otherwise) |
detected | array | Array of detected PII items |
blocked | boolean | Whether the text was blocked |