Permissions Configuration Bypass: .env File Access Ignored

Resolved 💬 4 comments Opened Aug 18, 2025 by nschwermann Closed Aug 21, 2025

Bug Description
I have the following in my settings.local.json file yet claude can still read my .env file when I ask it to\
{
"permissions": {
"allow": [
"Bash(npm run build:*)"
],
"deny": [
"Read(./.env)"
],
"ask": []
}
}

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 1.0.83
  • Feedback ID: 723dc7ff-bd1c-4fc9-bd43-51edbbbe61fd

Errors

[]

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗