{ "name": "protected-paths-guard", "version": "0.2.0", "description": "Denies Edit, Write and NotebookEdit calls on sensitive paths (.env files, lockfiles, CI workflows, git internals, private keys) with a glob allowlist override. A tool.call hook with an array matcher.", "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": { "protect": { "type": "string", "title": "Extra protected globs", "description": "Comma-separated globs to protect on top of the defaults", "default": "" }, "allow": { "type": "string", "title": "Always-allowed globs", "description": "Comma-separated globs that are always allowed (checked first)", "default": "" } } }