security-harness-kit 0.3.17 → 0.3.19

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 CHANGED
@@ -36,6 +36,12 @@ With `shk`, you can:
36
36
 
37
37
  ## Installation
38
38
 
39
+ Node.js users can install via npm (the installed command is still `shk`):
40
+
41
+ ```bash
42
+ npm install -g security-harness-kit
43
+ ```
44
+
39
45
  macOS and Linux releases can be installed with the bundled installer:
40
46
 
41
47
  ```bash
@@ -57,13 +63,7 @@ macOS and Linux users can also install via Homebrew:
57
63
  brew install Kazuki-tam/homebrew-tap/shk
58
64
  ```
59
65
 
60
- Node.js users can install via npm (the installed command is still `shk`):
61
-
62
- ```bash
63
- npm install -g security-harness-kit
64
- ```
65
-
66
- See [Installation](docs/installation.md) for release archives, checksums, Homebrew, npm, source builds, and [uninstall](docs/installation.md#uninstall) instructions.
66
+ See [Installation](docs/installation.md) for npm, release archives, checksums, Homebrew, source builds, and [uninstall](docs/installation.md#uninstall) instructions.
67
67
 
68
68
  For CI or security-sensitive environments, prefer a pinned release archive with checksum and GitHub artifact attestation verification over installing from `latest`. See [Verified Archive Install](docs/installation.md#verified-archive-install).
69
69
 
@@ -163,6 +163,10 @@ shk mask < prompt.txt
163
163
  shk mask --json < prompt.txt
164
164
  shk mask report.docx --output report.redacted.docx
165
165
 
166
+ shk clipboard scan
167
+ shk clipboard mask
168
+ shk clipboard mask --write
169
+
166
170
  shk doctor
167
171
  shk doctor ignore --fix
168
172
  shk doctor env --dotenvx
@@ -190,7 +194,7 @@ shk hooks install-ai --log-blocked
190
194
  shk ci init github
191
195
  shk ci init github --dry-run
192
196
  shk ci init github --mode audit
193
- shk ci init github --shk-version v0.3.17
197
+ shk ci init github --shk-version v0.3.19
194
198
 
195
199
  shk skills install
196
200
  shk skills install --tool claude-code --global
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "security-harness-kit",
26
- "version": "0.3.17"
26
+ "version": "0.3.19"
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.3.17"
545
+ "version": "0.3.19"
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.17"
3
+ "https://github.com/Kazuki-tam/security-harness-kit/releases/download/v0.3.19"
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.3.17",
88
+ "version": "0.3.19",
89
89
  "volta": {
90
90
  "node": "18.14.1",
91
91
  "npm": "9.5.0"