Skill Detail

Redact PII from text before sharing or indexing with scrubadub

Use scrubadub when an agent needs to strip emails, phone numbers, names, and similar sensitive text before sending content to external systems or search indexes.

Security & VerificationMulti-Framework
Security & Verification Multi-Framework Security Reviewed
⭐ 421 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill redact-pii-from-text-before-sharing-or-indexing-with-scrubadub Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Python and scrubadub, plus any text source the agent needs to sanitize.
Install & setup
Install with `pip install scrubadub`, then run its cleaners in preprocessing steps before text is shared externally, indexed, or passed into downstream LLM workflows.
Author
LeapBeyond
Publisher
Organization
Last updated
Apr 15, 2026
Quick brief

scrubadub gives an agent a simple but valuable privacy workflow: detect sensitive text, redact it, and hand off a safer version for review, indexing, or LLM ingestion. Invoke it when the real job is text sanitization before sharing, not when you want a generic NLP library or a full privacy platform. The boundary is narrow and skill-shaped: PII redaction in text pipelines, not a broad product listing or a general-purpose compliance stack.