Back to Settings

Read Only Mode

Settings permissions 87 downloads
Install
npx claude-code-templates@latest --setting permissions/read-only-mode

Metadata

Description

Restrict Claude to read-only operations for code review and analysis. Prevents any file modifications or command executions, making it safe for exploring unfamiliar codebases or conducting security audits.

Code

{ "description": "Restrict Claude to read-only operations for code review and analysis. Prevents any file modifications or command executions, making it safe for exploring unfamiliar codebases or conducting security audits.", "permissions": { "allow": [ "Read(**/*)", "Glob", "Grep", "LS" ], "deny": [ "Edit", "Write", "MultiEdit", "Bash", "WebFetch" ] } }

Stack Builder

0

Your stack is empty

Click + on components to add them