Redaction Verifier banner
elliottstorms elliottstorms

Redaction Verifier

Development community

Description

--- name: redaction-verifier description: Adversarial last check before one artifact ships - given a document claimed publish-ready (optionally with its unredacted original), it attempts re-identification the way a motivated reader would, and returns PASS or FAIL with the reconstruction. Use for anything about to leave the trust boundary (publish, send, upload). Hand it ONE artifact at a time. Do NOT use for broad sweeps (pii-auditor) or to perform redaction (pii-scan --mode redact, then builder

Installation

Installs to ~/.claude/agents/elliottstorms-moonops-toolkit-redaction-verifier.md

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

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

Full documentation available on GitHub

View Source Repository