security-harness-kit 0.6.0 → 0.6.2
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/README.md +10 -4
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,10 +39,15 @@ With `shk`, you can:
|
|
|
39
39
|
## Desktop App
|
|
40
40
|
|
|
41
41
|
The **shk Desktop** app (`apps/shk-desktop`) provides a local GUI for project
|
|
42
|
-
scanning, AI-oriented masking, setup automation, and audit review.
|
|
43
|
-
|
|
42
|
+
scanning, AI-oriented masking, setup automation, and audit review. Installers
|
|
43
|
+
are published from GitHub Releases; macOS builds are Developer ID signed and
|
|
44
|
+
notarized as of `desktop-v0.6.0`. <!-- shk-version-pin -->
|
|
44
45
|
|
|
45
|
-
|
|
46
|
+
While it is open it also raises an OS notification when a hook blocks AI
|
|
47
|
+
activity in any of your projects.
|
|
48
|
+
|
|
49
|
+
- Download and install: [Installation → Desktop App](docs/installation.md#desktop-app)
|
|
50
|
+
- Notification behaviour: [Blocked-activity notifications](docs/installation.md#blocked-activity-notifications)
|
|
46
51
|
- Maintainer release process: [Desktop Release](docs/desktop-release.md)
|
|
47
52
|
|
|
48
53
|
## Installation
|
|
@@ -207,6 +212,7 @@ shk clipboard mask
|
|
|
207
212
|
shk clipboard mask --write
|
|
208
213
|
|
|
209
214
|
shk doctor
|
|
215
|
+
shk doctor --strict
|
|
210
216
|
shk doctor ignore --fix
|
|
211
217
|
shk doctor env --dotenvx
|
|
212
218
|
shk doctor workflows --fix
|
|
@@ -243,7 +249,7 @@ shk ci init github
|
|
|
243
249
|
shk ci init github --upload-sarif
|
|
244
250
|
shk ci init github --dry-run
|
|
245
251
|
shk ci init github --mode audit
|
|
246
|
-
shk ci init github --shk-version v0.6.
|
|
252
|
+
shk ci init github --shk-version v0.6.2
|
|
247
253
|
|
|
248
254
|
shk skills install
|
|
249
255
|
shk skills install --tool claude-code --global
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"name": "security-harness-kit",
|
|
26
|
-
"version": "0.6.
|
|
26
|
+
"version": "0.6.2"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/cliui": {
|
|
29
29
|
"engines": {
|
|
@@ -542,5 +542,5 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"requires": true,
|
|
545
|
-
"version": "0.6.
|
|
545
|
+
"version": "0.6.2"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/Kazuki-tam/security-harness-kit/releases/download/v0.6.
|
|
3
|
+
"https://github.com/Kazuki-tam/security-harness-kit/releases/download/v0.6.2"
|
|
4
4
|
],
|
|
5
5
|
"bin": {
|
|
6
6
|
"shk": "run-shk.js"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"zipExt": ".tar.xz"
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
"version": "0.6.
|
|
88
|
+
"version": "0.6.2",
|
|
89
89
|
"volta": {
|
|
90
90
|
"node": "18.14.1",
|
|
91
91
|
"npm": "9.5.0"
|