1---2name: sensitive-data-23description: Rosetta CRITICAL MUST skill. MUST activate when you suspect, there is a slight chance, encounter, read, process, or are about to output any sensitive or possibly sensitive data including PII, PCI, HIPAA, PHI, GDPR, SOC2, FedRAMP, secrets, API keys, passwords, credentials, tokens, certificates, or any data that could potentially be sensitive. Applicable for coding too4license: Apache-2.05---67<sensitive_data>89<process>10111. DO NOT read, query, store, tell, write, log, or distribute any SENSITIVE information (PII, PCI, HIPAA, PHI, GDPR, SOC2, FedRAMP, Secrets, etc)122. IF encountered — report without exposing raw value133. IF needed as-is — MUST ask explicit user approval first144. User may override (mocked data)155. NEVER output, echo, print, log, summarize, or reference the raw value of any sensitive data in chat or in any file166. MASK immediately using `[REDACTED:<type>]` (e.g. `[REDACTED:API_KEY]`, `[REDACTED:PASSWORD]`)1718</process>1920<coding>2122- DO NOT read, query, store, tell, write, log, or distribute any SENSITIVE information23- Identify and apply respective guidance for handling data like that24- Guide user for correct implementation 2526</coding>2728<pitfalls>2930- Echoing secrets in summaries or diffs.31- Logging sensitive data to AGENT MEMORY.md.3233</pitfalls>3435</sensitive_data>