-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathexternal-tools.json
More file actions
91 lines (91 loc) · 3.38 KB
/
external-tools.json
File metadata and controls
91 lines (91 loc) · 3.38 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"description": "Security tools for Claude Code hooks (self-contained, no external deps)",
"tools": {
"zizmor": {
"description": "GitHub Actions security scanner",
"version": "1.23.1",
"repository": "github:zizmorcore/zizmor",
"release": "asset",
"checksums": {
"darwin-arm64": {
"asset": "zizmor-aarch64-apple-darwin.tar.gz",
"sha256": "2632561b974c69f952258c1ab4b7432d5c7f92e555704155c3ac28a2910bd717"
},
"darwin-x64": {
"asset": "zizmor-x86_64-apple-darwin.tar.gz",
"sha256": "89d5ed42081dd9d0433a10b7545fac42b35f1f030885c278b9712b32c66f2597"
},
"linux-arm64": {
"asset": "zizmor-aarch64-unknown-linux-gnu.tar.gz",
"sha256": "3725d7cd7102e4d70827186389f7d5930b6878232930d0a3eb058d7e5b47e658"
},
"linux-x64": {
"asset": "zizmor-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "67a8df0a14352dd81882e14876653d097b99b0f4f6b6fe798edc0320cff27aff"
},
"win-x64": {
"asset": "zizmor-x86_64-pc-windows-msvc.zip",
"sha256": "33c2293ff02834720dd7cd8b47348aafb2e95a19bdc993c0ecaca9c804ade92a"
}
}
},
"sfw-free": {
"description": "Socket Firewall (free tier)",
"version": "v1.6.1",
"repository": "github:SocketDev/sfw-free",
"release": "asset",
"checksums": {
"darwin-arm64": {
"asset": "sfw-free-macos-arm64",
"sha256": "bf1616fc44ac49f1cb2067fedfa127a3ae65d6ec6d634efbb3098cfa355e5555"
},
"darwin-x64": {
"asset": "sfw-free-macos-x86_64",
"sha256": "724ccea19d847b79db8cc8e38f5f18ce2dd32336007f42b11bed7d2e5f4a2566"
},
"linux-arm64": {
"asset": "sfw-free-linux-arm64",
"sha256": "df2eedb2daf2572eee047adb8bfd81c9069edcb200fc7d3710fca98ec3ca81a1"
},
"linux-x64": {
"asset": "sfw-free-linux-x86_64",
"sha256": "4a1e8b65e90fce7d5fd066cf0af6c93d512065fa4222a475c8d959a6bc14b9ff"
},
"win-x64": {
"asset": "sfw-free-windows-x86_64.exe",
"sha256": "c953e62ad7928d4d8f2302f5737884ea1a757babc26bed6a42b9b6b68a5d54af"
}
},
"ecosystems": ["npm", "yarn", "pnpm", "pip", "uv", "cargo"]
},
"sfw-enterprise": {
"description": "Socket Firewall (enterprise tier)",
"version": "v1.6.1",
"repository": "github:SocketDev/firewall-release",
"release": "asset",
"checksums": {
"darwin-arm64": {
"asset": "sfw-macos-arm64",
"sha256": "acad0b517601bb7408e2e611c9226f47dcccbd83333d7fc5157f1d32ed2b953d"
},
"darwin-x64": {
"asset": "sfw-macos-x86_64",
"sha256": "01d64d40effda35c31f8d8ee1fed1388aac0a11aba40d47fba8a36024b77500c"
},
"linux-arm64": {
"asset": "sfw-linux-arm64",
"sha256": "671270231617142404a1564e52672f79b806f9df3f232fcc7606329c0246da55"
},
"linux-x64": {
"asset": "sfw-linux-x86_64",
"sha256": "9115b4ca8021eb173eb9e9c3627deb7f1066f8debd48c5c9d9f3caabb2a26a4b"
},
"win-x64": {
"asset": "sfw-windows-x86_64.exe",
"sha256": "9a50e1ddaf038138c3f85418dc5df0113bbe6fc884f5abe158beaa9aea18d70a"
}
},
"ecosystems": ["npm", "yarn", "pnpm", "pip", "uv", "cargo", "gem", "bundler", "nuget"]
}
}
}