read-only-mode
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.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install read-only-mode --cli claudewrites the file to.claude/rules/read-only-mode.mdListed as compatible
# fetches the source and writes it to:
.claude/rules/read-only-mode.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
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.
When to use it
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.
How to install / invoke
# Merge the settings block into your .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/settings/permissions/read-only-mode.json | jq .
Notes
Extracted from davila7/claude-code-templates, permissions category.