sensitive-data

Featured

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

AI & Automation 324 stars 60 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
45
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> <coding> - 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 </coding> <pitfalls> - Echoing secrets in summaries or diffs. - Logging sensitive data to AGENT MEMORY.md. </pitfalls> </sensitive_data>

Details

Author
griddynamics
Repository
griddynamics/rosetta
Created
5 months ago
Last Updated
2 days ago
Language
TypeScript
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category