@cyberhub/trust-nuxt 1.0.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 +38 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Security Trust Report: nuxt
|
|
2
|
+
|
|
3
|
+
**Score: 62/100 | Grade: C+ | Tier: STANDARD**
|
|
4
|
+
|
|
5
|
+
> This package has notable risk factors. Review flags below.
|
|
6
|
+
|
|
7
|
+
## Score Breakdown
|
|
8
|
+
|
|
9
|
+
| Category | Score |
|
|
10
|
+
|----------|-------|
|
|
11
|
+
| Maintainer Trust | 54/100 |
|
|
12
|
+
| Package Health | 88/100 |
|
|
13
|
+
| Supply Chain | 56/100 |
|
|
14
|
+
| Community | 48/100 |
|
|
15
|
+
|
|
16
|
+
## Vulnerabilities
|
|
17
|
+
|
|
18
|
+
No known vulnerabilities.
|
|
19
|
+
|
|
20
|
+
## Flags
|
|
21
|
+
|
|
22
|
+
- **HIGH**: Maintainer(s) removed in v3.19.0: pi0, antfu
|
|
23
|
+
- **HIGH**: Maintainer(s) removed in v4.2.0: atinux, danielroe
|
|
24
|
+
- **HIGH**: Burst publishing detected — 5+ versions in a single day
|
|
25
|
+
- **HIGH**: Depends on historically compromised package: semver
|
|
26
|
+
- **HIGH**: 1 direct dependencies have known security issues
|
|
27
|
+
- **HIGH**: Depends on "semver" which has ReDoS CVE-2022-25883
|
|
28
|
+
- **MEDIUM**: New maintainer(s) added in v3.12.4: antfu, danielroe, pi0, atinux
|
|
29
|
+
- **MEDIUM**: New maintainer(s) added in v3.19.0: nuxtbot
|
|
30
|
+
- **MEDIUM**: Single maintainer — bus factor risk
|
|
31
|
+
- **MEDIUM**: 56 direct dependencies
|
|
32
|
+
|
|
33
|
+
## Maintainers
|
|
34
|
+
|
|
35
|
+
- nuxtbot (2FA)
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
*[pkgtrust](https://nrupak.com/trust/nuxt) | [Dashboard](https://nrupak.com/trust) | Updated 2026-04-02*
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cyberhub/trust-nuxt",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Security Trust Report for nuxt — 62/100 (C+, standard). Maintainer risk and vulnerability analysis from 8 security databases.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"nuxt",
|
|
7
|
+
"security",
|
|
8
|
+
"trust-score",
|
|
9
|
+
"vulnerability",
|
|
10
|
+
"pkgtrust",
|
|
11
|
+
"CVE"
|
|
12
|
+
],
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"author": "Nrupak Shah",
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/nrupaks/pkgtrust"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://nrupak.com/trust/nuxt"
|
|
20
|
+
}
|