@tencent-ai/sandbox-cli-win32-x64 0.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/msvcp140.dll +0 -0
- package/bin/sandbox-cli.exe +0 -0
- package/bin/sandbox_ffi.dll +0 -0
- package/bin/tsbx.dll +0 -0
- package/bin/tsbx_rules.json +91 -0
- package/bin/tsbx_sdk.dll +0 -0
- package/bin/vcruntime140.dll +0 -0
- package/bin/vcruntime140_1.dll +0 -0
- package/package.json +18 -0
package/bin/msvcp140.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/tsbx.dll
ADDED
|
Binary file
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"default_action": "deny_write",
|
|
4
|
+
|
|
5
|
+
"file_rules": [
|
|
6
|
+
{ "path": "%USERPROFILE%\\.ssh\\**", "type": "no_access", "_comment": "protect credentials" },
|
|
7
|
+
{ "path": "%USERPROFILE%\\.gnupg\\**", "type": "no_access", "_comment": "protect credentials" },
|
|
8
|
+
|
|
9
|
+
{ "path": "%LOCALAPPDATA%\\Temp\\**", "type": "inherit_user", "_comment": "temp" },
|
|
10
|
+
|
|
11
|
+
{ "path": "%USERPROFILE%\\.cache\\**", "type": "inherit_user", "_comment": "generic cache" },
|
|
12
|
+
{ "path": "%USERPROFILE%\\.local\\**", "type": "inherit_user", "_comment": "XDG local" },
|
|
13
|
+
|
|
14
|
+
{ "path": "%LOCALAPPDATA%\\npm-cache\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
15
|
+
{ "path": "%LOCALAPPDATA%\\pnpm\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
16
|
+
{ "path": "%LOCALAPPDATA%\\Yarn\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
17
|
+
{ "path": "%LOCALAPPDATA%\\fnm_multishells\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
18
|
+
{ "path": "%APPDATA%\\npm\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
19
|
+
{ "path": "%USERPROFILE%\\.npm\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
20
|
+
{ "path": "%USERPROFILE%\\.yarn\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
21
|
+
{ "path": "%USERPROFILE%\\.nvm\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
22
|
+
{ "path": "%USERPROFILE%\\.fnm\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
23
|
+
{ "path": "%USERPROFILE%\\.bun\\**", "type": "inherit_user", "_comment": "nodejs" },
|
|
24
|
+
|
|
25
|
+
{ "path": "%LOCALAPPDATA%\\pip\\**", "type": "inherit_user", "_comment": "python" },
|
|
26
|
+
{ "path": "%LOCALAPPDATA%\\conda\\**", "type": "inherit_user", "_comment": "python" },
|
|
27
|
+
{ "path": "%LOCALAPPDATA%\\uv\\**", "type": "inherit_user", "_comment": "python" },
|
|
28
|
+
{ "path": "%APPDATA%\\uv\\**", "type": "inherit_user", "_comment": "python" },
|
|
29
|
+
{ "path": "%USERPROFILE%\\.pyenv\\**", "type": "inherit_user", "_comment": "python" },
|
|
30
|
+
{ "path": "%USERPROFILE%\\.conda\\**", "type": "inherit_user", "_comment": "python" },
|
|
31
|
+
{ "path": "%USERPROFILE%\\miniconda3\\**", "type": "inherit_user", "_comment": "python" },
|
|
32
|
+
{ "path": "%USERPROFILE%\\miniforge3\\**", "type": "inherit_user", "_comment": "python" },
|
|
33
|
+
|
|
34
|
+
{ "path": "%USERPROFILE%\\.rustup\\**", "type": "inherit_user", "_comment": "rust" },
|
|
35
|
+
{ "path": "%USERPROFILE%\\.cargo\\**", "type": "inherit_user", "_comment": "rust" },
|
|
36
|
+
|
|
37
|
+
{ "path": "%LOCALAPPDATA%\\go-build\\**","type": "inherit_user", "_comment": "go" },
|
|
38
|
+
{ "path": "%APPDATA%\\go\\**", "type": "inherit_user", "_comment": "go" },
|
|
39
|
+
{ "path": "%USERPROFILE%\\go\\**", "type": "inherit_user", "_comment": "go" },
|
|
40
|
+
|
|
41
|
+
{ "path": "%USERPROFILE%\\.m2\\**", "type": "inherit_user", "_comment": "java" },
|
|
42
|
+
{ "path": "%USERPROFILE%\\.gradle\\**", "type": "inherit_user", "_comment": "java" },
|
|
43
|
+
{ "path": "%USERPROFILE%\\.sdkman\\**", "type": "inherit_user", "_comment": "java" },
|
|
44
|
+
|
|
45
|
+
{ "path": "%USERPROFILE%\\.dotnet\\**", "type": "inherit_user", "_comment": "dotnet" },
|
|
46
|
+
{ "path": "%USERPROFILE%\\.nuget\\**", "type": "inherit_user", "_comment": "dotnet" },
|
|
47
|
+
{ "path": "%LOCALAPPDATA%\\NuGet\\**", "type": "inherit_user", "_comment": "dotnet" },
|
|
48
|
+
|
|
49
|
+
{ "path": "%USERPROFILE%\\.docker\\**", "type": "inherit_user", "_comment": "docker" },
|
|
50
|
+
{ "path": "%USERPROFILE%\\.asdf\\**", "type": "inherit_user", "_comment": "version-mgr" },
|
|
51
|
+
|
|
52
|
+
{ "path": "%APPDATA%\\Code\\**", "type": "inherit_user", "_comment": "ide" },
|
|
53
|
+
{ "path": "%APPDATA%\\Trae\\**", "type": "inherit_user", "_comment": "ide" },
|
|
54
|
+
|
|
55
|
+
{ "path": "%APPDATA%\\Microsoft\\Windows\\PowerShell\\**", "type": "inherit_user", "_comment": "shell history" },
|
|
56
|
+
{ "path": "%LOCALAPPDATA%\\Microsoft\\Windows\\PowerShell\\**", "type": "inherit_user", "_comment": "shell cache" },
|
|
57
|
+
|
|
58
|
+
{ "path": "C:\\openclaw\\openclaw\\**", "type": "inherit_user", "_comment": "openclaw app" },
|
|
59
|
+
{ "path": "%USERPROFILE%\\.openclaw\\**", "type": "inherit_user", "_comment": "openclaw config" }
|
|
60
|
+
|
|
61
|
+
],
|
|
62
|
+
|
|
63
|
+
"file_rules_user": [
|
|
64
|
+
{ "path": "D:\\openclaw\\proxy-agent\\**", "type": "inherit_user", "_comment": "Add custom file rules here. Same format as file_rules." }
|
|
65
|
+
],
|
|
66
|
+
|
|
67
|
+
"registry_rules": [],
|
|
68
|
+
"process_rules": [],
|
|
69
|
+
"network_rules": [],
|
|
70
|
+
|
|
71
|
+
"network_rules_user": [],
|
|
72
|
+
|
|
73
|
+
"white_process": [
|
|
74
|
+
{ "path": "**\\msedge.exe", "_comment": "Microsoft Edge" },
|
|
75
|
+
{ "path": "**\\chrome.exe", "_comment": "Google Chrome" },
|
|
76
|
+
{ "path": "**\\firefox.exe", "_comment": "Mozilla Firefox" },
|
|
77
|
+
{ "path": "**\\brave.exe", "_comment": "Brave Browser" },
|
|
78
|
+
{ "path": "**\\opera.exe", "_comment": "Opera" },
|
|
79
|
+
{ "path": "**\\360se.exe", "_comment": "360 安全浏览器" },
|
|
80
|
+
{ "path": "**\\QQBrowser.exe", "_comment": "QQ 浏览器" },
|
|
81
|
+
{ "path": "**\\SogouExplorer.exe", "_comment": "搜狗浏览器" }
|
|
82
|
+
],
|
|
83
|
+
|
|
84
|
+
"_comment_network_policy": "network_policy enforces IPv4 connect allowlist via ws2_32 hook; allow_ips empty + default deny blocks all outbound",
|
|
85
|
+
"network_policy": {
|
|
86
|
+
"enabled": true,
|
|
87
|
+
"default": "allow",
|
|
88
|
+
"deny_ips": [],
|
|
89
|
+
"deny_domains": []
|
|
90
|
+
}
|
|
91
|
+
}
|
package/bin/tsbx_sdk.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tencent-ai/sandbox-cli-win32-x64",
|
|
3
|
+
"version": "0.0.1-beta.1",
|
|
4
|
+
"description": "Sandbox CLI core binary for Windows x64",
|
|
5
|
+
"os": [
|
|
6
|
+
"win32"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
11
|
+
"license": "UNLICENSED",
|
|
12
|
+
"files": [
|
|
13
|
+
"bin/"
|
|
14
|
+
],
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
}
|
|
18
|
+
}
|