| 12345678910111213141516171819202122 |
- {
- "permissions": {
- "allow": [
- "Bash(cat:*)",
- "Bash(python:*)",
- "Bash(pip show:*)",
- "Read(//usr/local/anaconda3/lib/python3.13/site-packages/browser_use/**)",
- "Bash(tee:*)",
- "Bash(browser-use:*)",
- "Bash(pip install:*)",
- "Bash(timeout 60 python:*)",
- "Bash(timeout 240 python:*)",
- "Bash(curl:*)",
- "Bash(tree:*)",
- "Bash(xargs grep:*)",
- "Bash(npm run:*)",
- "Bash(sed:*)"
- ],
- "deny": [],
- "ask": []
- }
- }
|