Search the Atlas

Search risks, controls, and glossary terms

Non-AgenticPrivacy & Data Governance

PII Detection and Classification

Explanation

PII detection and classification checks whether the system reliably finds and labels personally identifiable information — names, PAN, Aadhaar, account numbers, addresses — before that data is processed, stored or sent to a model. It matters immediately because missed PII flowing into a RAG index or extraction pipeline is the root cause of most downstream privacy incidents in a bank, and the control underpins RBI Safety/Resilience expectations, NIST MANAGE 3.1 and ISO Clause 6.1.2. It is measured by the PII Detection F1 Score, computed as F1 = 2 × (Precision × Recall) / (Precision + Recall) for customer data processing — balancing how many flagged items were truly PII (precision) against how much real PII was caught (recall). To implement, run a PII detector (pattern plus model based) over inputs at the Document Extraction and RAG ingestion stages, evaluate it against a labelled gold set to compute precision, recall and F1, and log detections, misses and false positives as evidence for audit. The threshold is an F1 score above 0.95; scoring at or below 0.95 is a breach that triggers detector tuning, expansion of the labelled set and re-evaluation, and should block onward processing of inadequately scanned data until accuracy is restored.

Metric calculation

F1 = 2 × (Precision × Recall) / (Precision + Recall) For customer data processing.

Risks mitigated

30
ZYR-TR-001High
Unauthorised Tool Invocation
Tool & Affordance Risk
ZYR-TR-002High
Critical Action Risk
Tool & Affordance Risk
ZYR-TR-003High
Unsafe Tool Composition
Tool & Affordance Risk
ZYR-TR-004High
Third-Party Blast Radius
Tool & Affordance Risk
ZYR-TR-005High
Plugin & Dependency Integrity Failure
Tool & Affordance Risk
ZYR-TR-007High
Sensitive Payload Leakage
Tool & Affordance Risk
ZYR-TR-008High
Arbitrary Code Execution via Agent
Tool & Affordance Risk
ZYR-TR-009Medium
Resource Exhaustion via Agent
Tool & Affordance Risk
ZYR-MK-002High
Memory Isolation Breach
Memory & Knowledge Governance
ZYR-PD-001High
Personal Data Exposure
Privacy & Data Risk
ZYR-PD-003High
Third-Party Data Exposure
Privacy & Data Risk
ZYR-PD-004Low
Training Set Membership Attack
Privacy & Data Risk
ZYR-PD-005Low
Sensitive Attribute Deduction
Privacy & Data Risk
ZYR-TR-010Critical
MCP Tool Description Poisoning (TPA-D)
Tool & Affordance Risk
ZYR-TR-011Medium
Cross-Server Tool Composition
Tool & Affordance Risk
ZYR-TR-012High
MCP Marketplace Compromise (Typo-Squatting · Shadowing · Rug-Pull)
Tool & Affordance Risk
ZNR-DI-001High
Training-data poisoning & backdoors
Data & Input Integrity
ZNR-DI-002High
Biased or unrepresentative training corpora
Data & Input Integrity
ZNR-DI-003High
Training-data provenance & licensing gaps
Data & Input Integrity
ZNR-DI-004High
RAG knowledge-base poisoning / contamination
Data & Input Integrity
ZNR-DI-005Medium
Stale knowledge / training cutoff
Data & Input Integrity
ZNR-DI-006Medium
Non-consented data in training / RAG
Data & Input Integrity
ZNR-DI-007Medium
Embedding / vector-store leakage (cross-tenant)
Data & Input Integrity
ZNR-PD-001High
PII memorization & regurgitation
Privacy & Data Protection
ZNR-PD-002Medium
Membership inference
Privacy & Data Protection
ZNR-PD-003Low
Model inversion / data reconstruction
Privacy & Data Protection
ZNR-PD-004Critical
Sensitive-information disclosure in output
Privacy & Data Protection
ZNR-PD-005Medium
Prompt & conversation retention/leakage
Privacy & Data Protection
ZNR-PD-006Medium
Re-identification from outputs
Privacy & Data Protection
ZNR-PD-007Low
Cross-session / cross-user context bleed
Privacy & Data Protection