distil-pii-redactor
SolidRedact, anonymize, sanitize, or remove PII locally with Distil-PII and llama.cpp; keep personal data and secret values out of model context, logs, and chat.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
redact-pii-for-tracing
Use this when adding LLM observability to an app that handles sensitive data (finance, healthcare, PII) and you must NOT ship raw prompts/PII to a third-party tracing backend. Trigger on "redact traces", "PII in observability", "can we self-host tracing for compliance", "GDPR/HIPAA/SOC2 and LLM logging", or instrumenting a regulated app. Get observability without creating a data-leak.
redact-pii-skill
Detects and reports personally identifiable information (PII) in text — names, dates of birth, addresses, government IDs (SSN, passport, driver's license), financial data (credit cards, bank accounts, IBANs), health/medical identifiers, biometric data, login credentials, and network/device identifiers. Use this skill whenever the user asks to scan, audit, flag, redact, or check text, documents, chat logs, datasets, or files for PII, sensitive personal data, or privacy risks — including requests like "does this contain PII", "check this for sensitive data", "redact personal info", "is this GDPR/CCPA safe", or "audit this file for PII" — even if they don't use the exact term "PII."
scrub-pii-from-text
Use this to strip PII (emails, credit cards, SSNs, phone numbers, IPs, IBANs) out of text before it is logged to a tracing backend or sent to a third-party model. Trigger on "redact PII", "scrub sensitive data", "mask PII before logging", "don't send customer data to the tracing tool", especially for finance/healthcare/regulated apps. Ships a runnable, tested scrubber with a Luhn check to cut false positives.