Pii Auditor banner
elliottstorms elliottstorms

Pii Auditor

Development community

Description

--- name: pii-auditor description: Use when a directory, repo, or document set needs a full PII sweep before it is shared, published, or handed to a third party - it runs the deterministic scanner first, then hunts what regex cannot see (names, narrative identity, quasi-identifier bundles, metadata, git history). Produces severity-ranked findings verified against actual bytes. Do NOT use to fix findings (builder), to certify a single artifact as publish-ready (redaction-verifier), or for secrets

Installation

Installs to ~/.claude/agents/elliottstorms-moonops-toolkit-pii-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/elliottstorms/moonops-toolkit/HEAD/agents/pii-auditor.md -o ~/.claude/agents/elliottstorms-moonops-toolkit-pii-auditor.md

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

Full documentation available on GitHub

View Source Repository