correctover-scan 1.2.0 → 1.3.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 (1) hide show
  1. package/package.json +9 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "correctover-scan",
3
- "version": "1.2.0",
4
- "description": "CCS Security Scanner for MCP configurations scan Agent security configs against OWASP AISVS 1.0",
3
+ "version": "1.3.0",
4
+ "description": "CCS Security Scanner for MCP \u2014 scan Agent configs for RCE, SSRF, credential hijacking. 16 security patterns mapped to OWASP AISVS 1.0. Free 50 scans/day.",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "correctover-scan": "./index.js"
@@ -24,7 +24,12 @@
24
24
  "cursor",
25
25
  "model-context-protocol",
26
26
  "vulnerability",
27
- "audit"
27
+ "audit",
28
+ "runtime-security",
29
+ "rce-detection",
30
+ "ssrf-detection",
31
+ "credential-hijacking",
32
+ "guardrail"
28
33
  ],
29
34
  "author": "Correctover",
30
35
  "license": "MIT",
@@ -45,4 +50,4 @@
45
50
  "engines": {
46
51
  "node": ">=16.0.0"
47
52
  }
48
- }
53
+ }