-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.release-safe.json
More file actions
47 lines (47 loc) · 1.08 KB
/
Copy pathopencode.release-safe.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://opencode.ai/config.json",
"$comment": "Release-safe public profile overlay. Keep opencode.json as the owner-YOLO default; use this profile for public OSS examples and conservative installs.",
"permission": {
"read": {
"*": "allow",
".env": "deny",
".env.*": "deny",
"**/.env": "deny",
"**/.env.*": "deny",
"**/*.pem": "deny",
"**/*.key": "deny",
"**/*.p12": "deny",
"**/*.pfx": "deny",
"**/*id_rsa*": "deny",
"**/*private*key*": "deny",
"**/*token*": "deny",
"**/*secret*": "deny",
"**/*credential*": "deny",
"**/.ssh/**": "deny",
"**/.gnupg/**": "deny",
"**/.aws/credentials": "deny"
},
"edit": "ask",
"bash": "ask",
"webfetch": "ask",
"websearch": "ask",
"lsp": "allow",
"skill": "allow",
"glob": "allow",
"grep": "allow"
},
"agent": {
"build": {
"permission": {
"edit": "ask",
"bash": "ask"
}
},
"plan": {
"permission": {
"edit": "deny",
"bash": "ask"
}
}
}
}