secret-leak-check

Installation
SKILL.md

Secret & Privacy Leak Check Skill

Use this skill when reviewing repository changes for accidental exposure of sensitive data.

Skill Overview

This skill helps you detect:

  1. Traditional secrets (tokens, API keys, credentials, connection strings).
  2. Sensitive architecture details (database schema/internal topology details that should not be public).
  3. Privacy data (personal email addresses, phone numbers, real names).
  4. Leakage risks in commit messages.
  5. Git identity/privacy misconfiguration in open-source contexts.

Core Principles

  1. Scope first, then rules: Determine scan scope before running pattern checks.
  2. Diff-first by default: Prioritize review of newly introduced risk.
  3. Context-aware checks: Apply open-source/GitHub-specific checks only when conditions match.
Related skills

More from zenless-lab/skills

Installs
6
GitHub Stars
1
First Seen
Mar 4, 2026