sensitive-data

Solid

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.

Data & Documents 295 stars 57 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
34
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<sensitive_data> <process> 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]`). </process> <pitfalls> - Echoing secrets in summaries or diffs. - Logging sensitive data to AGENT MEMORY.md. </pitfalls> </sensitive_data>

Details

Author
griddynamics
Repository
griddynamics/rosetta
Created
4 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category