diff --git a/.claude/settings.json b/.claude/settings.json index de4225dd6..bc49141de 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,26 @@ { + "sandbox": { + "enabled": true, + "allowUnsandboxedCommands": false, + "filesystem": { + "denyRead": ["~/.ssh"] + } + }, + "permissions": { + "deny": [ + "Bash(rm -rf *)", + "Bash(curl *)", + "Bash(wget *)", + "Bash(git push *)", + "Bash(chmod 777 *)", + "Read(**/.env)", + "Read(**/.env.*)", + "Read(**/secrets/**)", + "Read(**/config/credentials.json)", + "Read(**/*.pem)", + "Read(**/*.key)" + ] + }, "enabledPlugins": { "superpowers@superpowers-dev": true },