security-harness-kit 0.4.11 → 0.5.3
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 +11 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,6 +33,16 @@ With `shk`, you can:
|
|
|
33
33
|
- Generate a GitHub Actions workflow that runs `shk scan` on every pull request.
|
|
34
34
|
- Diagnose ignore file and `.env` safety coverage.
|
|
35
35
|
- Deploy AI agent skills to Claude Code, Codex, Cursor, GitHub Copilot, Antigravity, and Windsurf project directories.
|
|
36
|
+
- Use the **shk Desktop** app for local scanning, masking, setup, and audit review with a GUI.
|
|
37
|
+
|
|
38
|
+
## Desktop App
|
|
39
|
+
|
|
40
|
+
The **shk Desktop** app (`apps/shk-desktop`) provides a local GUI for project
|
|
41
|
+
scanning, AI-oriented masking, setup automation, and audit review. Early access
|
|
42
|
+
builds are published as unsigned installers from GitHub Releases.
|
|
43
|
+
|
|
44
|
+
- Download and install: [Installation → Desktop App](docs/installation.md#desktop-app-unsigned-early-access)
|
|
45
|
+
- Maintainer release process: [Desktop Release](docs/desktop-release.md)
|
|
36
46
|
|
|
37
47
|
## Installation
|
|
38
48
|
|
|
@@ -201,7 +211,7 @@ shk hooks install-ai --tool windsurf
|
|
|
201
211
|
shk ci init github
|
|
202
212
|
shk ci init github --dry-run
|
|
203
213
|
shk ci init github --mode audit
|
|
204
|
-
shk ci init github --shk-version v0.
|
|
214
|
+
shk ci init github --shk-version v0.5.3
|
|
205
215
|
|
|
206
216
|
shk skills install
|
|
207
217
|
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.
|
|
26
|
+
"version": "0.5.3"
|
|
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.
|
|
545
|
+
"version": "0.5.3"
|
|
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.
|
|
3
|
+
"https://github.com/Kazuki-tam/security-harness-kit/releases/download/v0.5.3"
|
|
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.
|
|
88
|
+
"version": "0.5.3",
|
|
89
89
|
"volta": {
|
|
90
90
|
"node": "18.14.1",
|
|
91
91
|
"npm": "9.5.0"
|