From glean-pack
Filters PII (emails, phones, SSNs) from documents before Glean indexing. Classifies via permissions, enforces retention, audits indexed IDs for compliance.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packThis skill is limited to using the following tools:
PII filtering: strip emails, phone numbers, SSNs from document body before indexing. Document classification: use permissions.allowedUsers for confidential content, allowAnonymousAccess for public. Retention: delete documents older than policy threshold. Audit: log all indexed document IDs for compliance.
Implements Glean Indexing API for custom datasources, bulk document indexing, permissions management, and deletions.
Builds automated PII detection and redaction pipelines using spaCy NER, Microsoft Presidio, and AWS Macie. Handles confidence scoring, custom entities, batch workflows, and multi-format document scanning.
Detects PII in unstructured data like emails, documents, images, and logs using spaCy NER, Microsoft Presidio, regex patterns, OCR, and confidence scoring.
Share bugs, ideas, or general feedback.
PII filtering: strip emails, phone numbers, SSNs from document body before indexing. Document classification: use permissions.allowedUsers for confidential content, allowAnonymousAccess for public. Retention: delete documents older than policy threshold. Audit: log all indexed document IDs for compliance.