Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

31 lines
810 B
JSON

{
"description": "Comprehensive permissions for active development. Allows most development tools and operations while maintaining security boundaries. Ideal for trusted development environments where productivity is prioritized.",
"permissions": {
"allow": [
"Bash(npm:*)",
"Bash(yarn:*)",
"Bash(node:*)",
"Bash(git:*)",
"Bash(docker:*)",
"Bash(python:*)",
"Bash(pip:*)",
"Read(**/*.json)",
"Read(**/*.js)",
"Read(**/*.ts)",
"Read(**/*.py)",
"Edit(**/*.js)",
"Edit(**/*.ts)",
"Edit(**/*.py)",
"Edit(**/*.json)",
"Write(**/*.js)",
"Write(**/*.ts)",
"Write(**/*.py)"
],
"deny": [
"Read(./.env*)",
"Read(./secrets/**)",
"Bash(rm -rf:*)",
"Bash(sudo:*)"
]
}
}