{ "name": "secret-redactor", "version": "0.2.0", "description": "Redacts API keys, tokens, JWTs, private keys and connection strings from every tool result before the model reads them, notes the redaction through context, and refuses to echo a redacted placeholder back into a Bash command. A tool.call hook in the after placement.", "author": { "name": "claude-code-templates", "url": "https://www.aitmpl.com" }, "repository": "https://github.com/davila7/claude-code-templates", "license": "MIT", "keywords": [ "mod", "function-hooks", "security" ], "userConfig": { "patterns": { "type": "string", "title": "Extra patterns", "description": "Comma-separated regex sources to redact on top of the built-in credential patterns", "default": "" } } }