sh-guard-cli 0.1.5 → 0.1.7

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sh-guard-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Semantic shell command safety classifier for AI coding agents — AST-based risk scoring in under 100 microseconds",
5
5
  "license": "GPL-3.0-only",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "keywords": ["security", "shell", "bash", "safety", "classifier", "ai-agent", "mcp", "cli"],
19
19
  "optionalDependencies": {
20
- "sh-guard-cli-darwin-arm64": "0.1.5",
21
- "sh-guard-cli-darwin-x64": "0.1.5",
22
- "sh-guard-cli-linux-arm64": "0.1.5",
23
- "sh-guard-cli-linux-x64": "0.1.5",
24
- "sh-guard-cli-win32-x64": "0.1.5"
20
+ "sh-guard-cli-darwin-arm64": "0.1.7",
21
+ "sh-guard-cli-darwin-x64": "0.1.7",
22
+ "sh-guard-cli-linux-arm64": "0.1.7",
23
+ "sh-guard-cli-linux-x64": "0.1.7",
24
+ "sh-guard-cli-win32-x64": "0.1.7"
25
25
  }
26
26
  }