Remove Claude Code Permissions #2269
Open
+1
−50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The permissions file allows all
bash
commands (Bash(*)
), but even if it didn't it still allows many dangerous commands (Bash(rm:*)
,Bash(node:*)
).While I don't think this in and of itself is really all that exploitable, I do think it increases the exposure risk of community members.
People who want to contribute to the repository may become at risk to something like a compromised MCP server or a model going a bit wild, even if they would normally manually approve commands.
My personal take is that a public repository should not prescribe permissions for something as powerful as Claude Code.
Anthropic's documentation suggest adding
.claude/settings.local.json
to the.gitignore
, as well.Important
Remove all allowed Bash commands from
.claude/settings.local.json
to reduce exposure risk.permissions
in.claude/settings.local.json
, leavingallow
list empty.deny
list.This description was created by
for e6cc466. You can customize this summary. It will automatically update as commits are pushed.