Pii Handling

Strict PII detection and redaction rules for financial documents.

johnsonhk88 Updated

File contents

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_redact 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).

johnsonhk88/ai-bank-statement-document-automation-by-llm-and-personal-finanical-analysis-prediction/tree/main/agents/hermes/skills/pii-handling commit 71a4365268

Frequently asked questions

npx skillmds@latest add johnsonhk88/pii-handling-2