From 7ce81defdf2acf46272439c89428e7854afbb5da Mon Sep 17 00:00:00 2001 From: Ilya Sibiryakov Date: Mon, 14 Sep 2026 11:46:31 +0300 Subject: [PATCH] Add PrivacyScrubber to Secret Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..cb18540 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ To support security as code, sensitive credentials and secrets need to be manage * [CredStash](https://github.com/fugue/credstash) * [Git Secrets](https://github.com/awslabs/git-secrets) * [Keybase](https://keybase.io) +* [PrivacyScrubber](https://github.com/moxno/privacyscrubber-mcp) * [Sops](https://github.com/mozilla/sops) * [Transcrypt](https://github.com/elasticdog/transcrypt) * [Vault](https://www.hashicorp.com/blog/vault.html)