Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When Cursor runs a command, and decides the command fails due to sandboxing (filesystem or network), it usually runs the command with full permissions. This triggers an approval prompt, but the prompt always says “Run in sandbox” - it doesn’t make it clear that it’s not actually sandboxed.
If I’m paying attention I can see the agent said “The sandbox blocked the operation. Let me run with full permissions.” before launching the approval prompt, but that’s in dark grey text on a black background, and the approval prompt itself appears to be saying it’s running in a sandbox.
Steps to Reproduce
Convince the agent to run a command that will fail due to sandboxing. (for me, it was just npm ci, since that tries to delete files)
After the first failure, the agent will prompt for approval to run the command.
Expected Behavior
The approval prompt should clearly show that full permissions are being used to run the command, instead of showing that it’s running in a sandbox.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Cursor IDE 2.4.28
For AI issues: which model did you use?
Auto
For AI issues: add Request ID with privacy disabled
Request ID: 12226df8-70b9-4560-a052-fb4c8cc3457a
Does this stop you from using Cursor
No - Cursor works, but with this issue

