correctover-scan 1.5.0 → 1.6.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "correctover-scan",
3
- "version": "1.5.0",
4
- "description": "MCP security scanner1 command, 14 OWASP AISVS 1.0 checks. Detect RCE, SSRF, credential exposure. Free: 30 checks/month.",
3
+ "version": "1.6.0",
4
+ "description": "Correctover Security ScannerCCS audit for MCP configurations AND published JS bundles/npm packages. Detects hardcoded secrets, RCE, SSRF, credential hijacking against OWASP AISVS 1.0.",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "correctover-scan": "./index.js"
@@ -12,33 +12,51 @@
12
12
  },
13
13
  "keywords": [
14
14
  "mcp",
15
+ "mcp-security",
16
+ "agent-security",
17
+ "ai-security",
18
+ "runtime-security",
15
19
  "security",
16
20
  "scanner",
17
- "agent",
18
- "ai",
19
21
  "owasp",
20
22
  "aisvs",
23
+ "owasp-aisvs",
21
24
  "ccs",
22
25
  "correctover",
26
+ "vulnerability-scanner",
27
+ "rce-detection",
28
+ "ssrf-detection",
29
+ "credential-hijacking",
30
+ "self-healing",
31
+ "audit",
32
+ "guardrail",
23
33
  "claude",
24
34
  "cursor",
25
35
  "model-context-protocol",
26
- "vulnerability",
27
- "audit"
36
+ "security-scanner",
37
+ "ai-agents",
38
+ "llm",
39
+ "llm-security",
40
+ "devsecops",
41
+ "cli",
42
+ "prompt-injection",
43
+ "command-injection",
44
+ "ssrf"
28
45
  ],
29
46
  "author": "Correctover",
30
47
  "license": "MIT",
31
48
  "repository": {
32
49
  "type": "git",
33
- "url": "https://github.com/Correctover/correctover-scan"
50
+ "url": "https://github.com/DSHCorrectover/correctover-scan"
34
51
  },
35
52
  "homepage": "https://correctover.com/scan",
36
53
  "bugs": {
37
- "url": "https://github.com/Correctover/correctover-scan/issues"
54
+ "url": "https://github.com/DSHCorrectover/correctover-scan/issues"
38
55
  },
39
56
  "files": [
40
57
  "index.js",
41
58
  "core/scanner.js",
59
+ "core/bundle-scanner.js",
42
60
  "core/license.js",
43
61
  "README.md"
44
62
  ],