{ "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "ctx-tools", "description": "Claude Code plugins for keeping sensitive data out of the model's context", "owner": { "name": "A.Shakhmatov", "email": "dev@shakhmatov.com" }, "plugins": [ { "name": "ctxguard", "source": "./plugins/ctxguard", "description": "Sanitizes the agent's context: blocks credentials and replaces company names, people and PII with stable reversible aliases before anything reaches the model", "version": "1.0.4" } ] }