feat: add Ocultar PII Refinery extension#8867
feat: add Ocultar PII Refinery extension#8867Edu963 wants to merge 4 commits intoaaif-goose:mainfrom
Conversation
Zero-egress PII detection and redaction for Goose workflows via MCP stdio. Tokenizes names, emails, IBANs, phone numbers and more in-place before any upstream API call — no data leaves the user's infrastructure. PyPI: https://pypi.org/project/ocultar-goose-mcp/ Source: https://github.com/Edu963/ocultar
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8dbfdc5464
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 56b278f98f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e355740d60
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Both the tutorial prerequisites and the servers.json installation_notes previously asked users to run `docker compose -f docker-compose.community.yml up` without first cloning the repo. Added the git clone + cd steps so the documented setup is executable from any working directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Zero-egress PII detection and redaction for Goose workflows via MCP stdio. Tokenizes names, emails, IBANs, phone numbers and more in-place before any upstream API call — no data leaves the user's infrastructure.
PyPI: https://pypi.org/project/ocultar-goose-mcp/
Source: https://github.com/Edu963/ocultar
https://ocultar.dev/
Summary
Adds Ocultar PII Refinery to the extensions catalog (
documentation/static/servers.json).infrastructure.
refine_texttooluvx ocultar-goose-mcphandles install and launchLinks
docker compose -f docker-compose.community.yml up