Skills Development Detect and Mask Personally Identifiable Information

Detect and Mask Personally Identifiable Information

v20260716
pii-detect
A comprehensive tool for detecting and flagging Personally Identifiable Information (PII) within text, code, and configuration files. It is essential to use this before committing code, logging data, or generating model responses to prevent the accidental leakage of sensitive data such as emails, passwords, SSNs, or API keys.
Get Skill
240 downloads
Overview

PII Detection

Detect personally identifiable information before it enters logs, commits, or responses.

When to use

Before committing code, storing data, or sending responses that might contain PII (emails, phone numbers, SSNs, API keys, passwords).

Steps

  1. Quick PII check — call mcp__plugin_ruflo-core_ruflo__aidefence_has_pii with the text for a boolean result
  2. Detailed scan — call mcp__plugin_ruflo-core_ruflo__transfer_detect-pii for categorized PII findings
  3. Full analysis — call mcp__plugin_ruflo-core_ruflo__aidefence_analyze for context-aware PII detection
  4. If PII found, flag the specific locations and suggest redaction

PII categories detected

  • Email addresses, phone numbers
  • Social security numbers, tax IDs
  • Credit card numbers
  • API keys, tokens, passwords
  • Physical addresses
  • Names linked to sensitive data
Info
Category Development
Name pii-detect
Version v20260716
Size 1.37KB
Updated At 2026-07-18
Language