What problem does it solve? Sharing code snippets, diffs, or logs can accidentally leak API keys, tokens, private keys, and personal data. This Skill scans content before it is shared and produces a structured verdict so leaks are caught before they happen. ## Core Features & Use Cases - Pattern-Based Secret Detection: Matches HIGH, MEDIUM, and LOW severity patterns covering OpenAI/Anthropic keys, GitHub and GitLab tokens, AWS keys, Slack webhooks, JWTs, private keys, and database connection strings. - Structured Verdicts: Emits a machine-readable SCRUB RESULT block (PASS, WARN, or BLOCKED) plus a GATE RESULT line that callers can check programmatically. - File-Path Block List: Blocks content originating from sensitive paths like .env, ~/.ssh/, and credentials files regardless of content. - Use Case: Before pasting a git diff into a chat or pull request, run the scan to confirm no tokens or internal hostnames are exposed, with all matched values masked in the report. ## Quick Start Ask the assistant to scan this diff for secrets and sensitive data before I share it.