| name | kakashi |
| version | 1.0.0 |
| description | Hide secrets, credentials, and personal data before they leave your machine โ works in Claude Code, Cursor, Codex, and 20+ AI agents (50+ file formats including PDF, Word, Excel, JSON, .env) |
| author | Mohamed Atef Fahmy |
| always | false |
Kakashi
Kakashi is installed. You have a kakashi CLI tool available.
Core Rule โ ALWAYS ENFORCE
Before sharing, pasting, uploading, or sending ANY file content to an external
service, LLM API, or user outside this session:
- Run
kakashi scan <file> to check for sensitive data
- If findings > 0, run
kakashi mask <file> and use the masked version
- NEVER paste raw contents of files that may contain credentials,
national IDs, passports, emails, phone numbers, or personal records
Slash Commands Available
/kakashi-mask โ Mask a file and show what was changed
/kakashi-scan โ Scan a file, report findings, don't write anything
/kakashi-audit โ Full audit: show originalโmasked mapping per finding
Important
- All processing is LOCAL. No data sent anywhere.
- kakashi writes masked_ โ never overwrites originals by default
- Always confirm with user before masking large batches