Skill Wiki v0.1.0
fact @community/fact-pii-tokenization

Pii Tokenization

PCI-DSS, HIPAA, and GDPR Article 32 ('appropriate technical measures, such as pseudonymisation') all converge on the same architectural primitive: tokenization.…

Skill
@community
Domain
data-engineering
Version
1.0.0
Quality
4.0
Edges
5 out · 3 in
Tokens
223/657/1229
$ prime install @community/fact-pii-tokenization

Projection

Always in _index.xml · the agent never has to ask for this.

PiiTokenization [fact] v1.0.0

Personally identifiable information (PII) — SSN, full name, email, phone, payment card, government ID, biometric — must be replaced with non-reversible tokens at the system boundary; downstream systems operate exclusively on tokens. Real PII lives only in a hardened vault with strict access controls and an audit log.

PCI-DSS, HIPAA, and GDPR Article 32 ('appropriate technical measures, such as pseudonymisation') all converge on the same architectural primitive: tokenization. The original PII is stored once, in a vault with HSM-backed encryption and per-record audit. Every other system — analytics, logs, search index, ML training set, vendor integration — receives a token (e.g. tok_card_8a3f...) that maps back to the PII only via an authenticated detokenize call. A breach of the analytics warehouse leaks tokens, not PII.

Source

prime-system/examples/frontend-design/primes/compiled/@community/fact-pii-tokenization/atom.yaml

Compiled at 2026-05-07