Muhammadatef

Kakashi Scan — Data skill for Claude Code

Data community

Scan a file for sensitive data without modifying it (agent-safe by default).

How to install Kakashi Scan

Installs to ~/.claude/skills/muhammadatef-kakashi-kakashi-scan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/muhammadatef-kakashi-kakashi-scan && curl -fsSL https://raw.githubusercontent.com/Muhammadatef/kakashi/HEAD/commands/kakashi-scan.md -o ~/.claude/skills/muhammadatef-kakashi-kakashi-scan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kakashi Scan does


description: Scan a file for sensitive data without modifying it (agent-safe by default)

Scan the file $ARGUMENTS using kakashi.

Steps

  1. Run in shell: kakashi scan "$ARGUMENTS" (fall back to npx -y @muhammadatef/kakashi scan "$ARGUMENTS" if kakashi is not on PATH).
  2. Show the user only the counts kakashi printed. Do NOT inspect the file contents yourself or echo any preview substrings.
  3. If findings > 0, recommend: /kakashi-mask $ARGUMENTS to apply masking.
  4. Do NOT

Alternatives in Data

  • Bitbucket Data Center 71.9k ★
  • Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★

Full documentation available on GitHub

View Source Repository