Uvx privacy-steward for PII removal in texts
Native PyTorch port beats the official CLI on speed and batch processing.
LLM friendly git hooks to avoid leaking keys and pii
Blocks PII at push time when gitleaks alone would miss it.
Developers using AI coding assistants or handling sensitive data
gitleaks · Talisman · GitGuardian
Git Shield installs pre-commit/pre-push hooks. It uses gitleaks for secrets and OpenAI Privacy Filter for contextual PII in outgoing diff additions. Everything runs locally; code is not sent to a service.
The current tradeoff is: fast secret scan at commit time, heavier PII scan at push time. It supports Linux, macOS, and WSL, with CPU fallback for small diffs.
Repo: https://github.com/vekexasia/git-shield
The tool is made for crankers so output contains both line numbers and clear instructions for llms to follow. Most of the times the agent ask me what to do but was able to automatically ignore some false positives.
Native PyTorch port beats the official CLI on speed and batch processing.
Yet another PII redaction proxy when Lakera and Portkey already dominate this space.
Pre-commit hook that matches email local-parts across domains to keep git logs clean.
772 MB model runs entirely in-browser with no backend, API calls, or telemetry whatsoever.
Dependency-free Go binary with Luhn validation — Presidio and Nightfall already cover this space.
Adds schema validation and drift detection to SOPS without replacing the encryption engine.