@panguard-ai/panguard-skill-auditor 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.
- package/README.md +18 -0
- package/package.json +6 -6
package/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# @panguard-ai/panguard-skill-auditor
|
|
2
|
+
|
|
3
|
+
Security auditor for OpenClaw and AgentSkills SKILL.md files — audit before deployment.
|
|
4
|
+
|
|
5
|
+
Analyze skill security:
|
|
6
|
+
|
|
7
|
+
- Pre-deployment vulnerability scanning
|
|
8
|
+
- SKILL.md format validation
|
|
9
|
+
- Risk categorization and reporting
|
|
10
|
+
- Integration with Panguard Guard and Scanner
|
|
11
|
+
|
|
12
|
+
Part of the **PanGuard Community** suite — 100% free and open source (MIT).
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm install @panguard-ai/panguard-skill-auditor
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**License**: MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panguard-ai/panguard-skill-auditor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"LICENSE"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"agent-threat-rules": "^3.5.
|
|
33
|
+
"agent-threat-rules": "^3.5.6",
|
|
34
34
|
"js-yaml": "^4.1.0",
|
|
35
|
-
"@panguard-ai/atr": "1.
|
|
36
|
-
"@panguard-ai/core": "1.
|
|
37
|
-
"@panguard-ai/
|
|
38
|
-
"@panguard-ai/scan
|
|
35
|
+
"@panguard-ai/atr": "1.8.0",
|
|
36
|
+
"@panguard-ai/scan-core": "1.8.0",
|
|
37
|
+
"@panguard-ai/core": "1.8.0",
|
|
38
|
+
"@panguard-ai/panguard-scan": "1.8.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/js-yaml": "^4.0.9",
|