@panguard-ai/panguard-scan 1.7.3 → 1.8.0

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 (2) hide show
  1. package/README.md +18 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # @panguard-ai/panguard-scan
2
+
3
+ 60-second security scanning CLI tool for agent skills and deployments.
4
+
5
+ Quickly scan your skills before deployment:
6
+
7
+ - Detects 675+ threat patterns with ATR rules
8
+ - Risk scoring and severity categorization
9
+ - Pre-deployment audit for OpenClaw and AgentSkills
10
+ - Integration with Panguard Guard
11
+
12
+ Part of the **PanGuard Community** suite — 100% free and open source (MIT).
13
+
14
+ ```bash
15
+ npm install @panguard-ai/panguard-scan
16
+ ```
17
+
18
+ **License**: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panguard-ai/panguard-scan",
3
- "version": "1.7.3",
3
+ "version": "1.8.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "commander": "^12.0.0",
37
37
  "pdfkit": "^0.15.0",
38
- "@panguard-ai/core": "1.7.3",
39
- "@panguard-ai/security-hardening": "1.7.3"
38
+ "@panguard-ai/core": "1.8.0",
39
+ "@panguard-ai/security-hardening": "1.8.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22.14.0",