privacy

Scan staged and recently modified public files for personal data and sensitive content.

1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/slavochek2/claritypledge --skill privacy-slavochek2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: privacy
Source: https://github.com/slavochek2/claritypledge/tree/main/.claude/commands/slava/maintain/privacy
Command: npx skills add https://github.com/slavochek2/claritypledge --skill privacy-slavochek2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps maintain privacy by scanning staged and recently modified public files for personal identifiers, sensitive business information, or anything that could be harmful if publicly visible on GitHub.

Core Features & Use Cases

  • Privacy-focused review: flags personal data and sensitive content before commit.
  • Risk-aware workflow: supports moving flagged items to .private/ for safety.
  • Real-world scenario: before merging a docs update, run this to catch accidental exposure of client names or internal notes.

Quick Start

Run the privacy review to scan staged and recently modified public files for personal identifiers or sensitive information before committing.

Frequently Asked Questions about privacy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my Git repository for sensitive data before committing?

To scan a Git repository for sensitive data before committing, run a privacy review on staged changes and recently modified files. This process flags personal identifiers and client information, recommending moving risky content to a .private/ directory to prevent public data exposure.

What is the best way to prevent accidental exposure of personal data in public GitHub repos?

Preventing accidental exposure of personal data in public GitHub repos involves scanning staged files for sensitive information before a commit. A privacy-focused code review identifies personal identifiers and internal notes, recommending quarantine to a .private/ folder for safety.

Does this privacy review tool check recently modified docs or only staged changes?

This privacy review tool checks both staged changes and recently modified docs or code. It scans these files for personal identifiers, sensitive business information, and internal notes that could be harmful if publicly visible on GitHub.

How does the sensitive data flagging mechanism work for code reviews?

The sensitive data flagging mechanism works by applying guidelines for judgement rather than simple pattern matching during code reviews. It evaluates staged content for privacy risks like client names or personal data and provides a clear remediation workflow to move items to .private/.

Can I use this skill to quarantine internal notes and client names in my codebase?

Yes, you can use this skill to quarantine internal notes and client names in your codebase. It identifies sensitive business information during pre-commit reviews and recommends moving flagged items to a .private/ directory to maintain privacy.

When should I run a privacy scan on my repository content?

You should run a privacy scan on your repository content before merging docs updates or committing staged changes. Running a review at these points catches accidental exposure of personal identifiers or sensitive business information before it leaves your repo.