Sensitive Data

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 too

griddynamics ffee8f2 1.3 KB Updated

File contents

  1. DO NOT read, query, store, tell, write, log, or distribute any SENSITIVE information (PII, PCI, HIPAA, PHI, GDPR, SOC2, FedRAMP, Secrets, etc)
  2. IF encountered — report without exposing raw value
  3. IF needed as-is — MUST ask explicit user approval first
  4. User may override (mocked data)
  5. NEVER output, echo, print, log, summarize, or reference the raw value of any sensitive data in chat or in any file
  6. MASK immediately using [REDACTED:<type>] (e.g. [REDACTED:API_KEY], [REDACTED:PASSWORD])
  • DO NOT read, query, store, tell, write, log, or distribute any SENSITIVE information
  • Identify and apply respective guidance for handling data like that
  • Guide user for correct implementation
  • Echoing secrets in summaries or diffs.
  • Logging sensitive data to AGENT MEMORY.md.

griddynamics/rosetta/tree/main/instructions/r2/core/skills/sensitive-data commit ffee8f2001

Frequently asked questions

npx skillmds@latest add griddynamics/sensitive-data-2