| 1234567891011121314151617181920212223 |
- {
- "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:*)",
- "Bash(PYTHONIOENCODING=utf-8 python:*)"
- ],
- "deny": [],
- "ask": []
- }
- }
|