adityaarsharma

Shush — AI skill for Claude Code

AI community

Remove PII & secrets from any file before you paste it into ChatGPT or Claude — a 100% local PII redaction CLI.

How to install Shush

This entry records only its repository, not the path inside it, so there is no exact command to give. Open adityaarsharma/shush and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Shush does

Remove PII & secrets from any file before you paste it into ChatGPT or Claude — a 100% local PII redaction CLI. No network, no AI. 89 detectors across 20+ countries.

Alternatives in AI

  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • GPT CLI — Command-line interface for ChatGPT, Claude and Bard 724 ★
  • DontFeedTheAI — Transparent anonymization proxy for AI-assisted pentesting 654 ★

README

🤫 Shush

Hush your files before you hand them to an AI.
Strip PII & secrets from any file before you paste it into ChatGPT, Claude, Gemini, or Copilot.
100% local · no network · no AI · no signup.

tests MIT License Python 3.8+ Zero core dependencies 89 detectors No network


**You wouldn't commit your `.env` to GitHub. Stop pasting it into ChatGPT.**

A free command-line tool that strips personal data, passwords, and API keys out of your files before you share them with an LLM. Point it at a file, folder, or zip — get a clean copy back. Nothing ever leaves your machine.

Shush is a **terminal command** (not a chatbot, not a website). You run it on your own computer — Mac Terminal, Windows PowerShell, or Linux shell. It reads a file, a folder, or a zip, replaces every sensitive value with a safe placeholder like `[EMAIL]`, `[IP]`, `[API_KEY]`, `[NATIONAL_ID]`, and writes a clean copy you can safely paste into **ChatGPT, Claude, Gemini, Copilot, DeepSeek, or a local Llama model.** Nothing ever leaves your machine.

**Keywords:** PII redaction · data anonymization · remove sensitive data before AI · sanitize logs for ChatGPT · strip API keys · GDPR · India DPDP · LGPD · CCPA · PDPA · POPIA · PIPL · HIPAA · secret scanner · CLI · offline · privacy.


Why you need this (the real, everyday problem)

Every day, developers and support teams paste real data into AI tools to *"summarize this"* or *"help me fix this"* — and hand a third-pa