# Pii Handling

> Strict PII detection and redaction rules for financial documents.

- Skill: `johnsonhk88/pii-handling` (Agent Skill)
- Install (CLI): `npx skillmds@latest add johnsonhk88/pii-handling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/johnsonhk88/pii-handling/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: johnsonhk88 (https://skillmd.com/u/johnsonhk88)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/johnsonhk88/pii-handling

---


# PII Handling Skill

## Mandatory Rules
- Always redact sensitive information **before** storing data in Vector DB.
- Redact: Full names, account numbers, addresses, emails, phone numbers.
- Use the `pii_redaction_tool` for redaction.
- Never store or output raw PII in final reports unless explicitly required.
- If PII is detected, mention that redaction was applied (without revealing the original data).
