@cyberhub/trust-loadsh 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 +56 -0
- package/package.json +29 -0
package/README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Security Trust Report: loadsh
|
|
2
|
+
|
|
3
|
+
**[loadsh@0.0.4](https://www.npmjs.com/package/loadsh): 60/100 | Grade: C+ | Tier: STANDARD** (confidence: ±3)
|
|
4
|
+
|
|
5
|
+
> Scanned on 2026-04-13 from 8 security databases. [View package on npm →](https://www.npmjs.com/package/loadsh)
|
|
6
|
+
|
|
7
|
+
## TL;DR
|
|
8
|
+
|
|
9
|
+
- **Package size increased 2987% between versions (45.8KB → 1.3MB)**
|
|
10
|
+
- Pin your version and monitor for changes
|
|
11
|
+
|
|
12
|
+
## Score Breakdown
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
Maintainer Trust: ███████████░░░░░░░░░ 55/100
|
|
16
|
+
Package Health: █████████████░░░░░░░ 67/100
|
|
17
|
+
Supply Chain: ██████████████░░░░░░ 71/100
|
|
18
|
+
Community: ████████░░░░░░░░░░░░ 42/100
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Why this score?
|
|
22
|
+
|
|
23
|
+
- Maintainer Trust is 55 because: single maintainer (bus factor risk)
|
|
24
|
+
- Community is 42 because: no public GitHub repo linked (may be private or on another platform)
|
|
25
|
+
|
|
26
|
+
## Vulnerabilities
|
|
27
|
+
|
|
28
|
+
✅ No known vulnerabilities detected across 8 security databases.
|
|
29
|
+
|
|
30
|
+
## Key Risk Flags
|
|
31
|
+
|
|
32
|
+
- 🔴 **CRITICAL**: Package size increased 2987% between versions (45.8KB → 1.3MB)
|
|
33
|
+
- 🔴 **CRITICAL**: Package is deprecated: This is a typosquat on the popular Lodash package. This is not maintained nor is the original Lodash package.
|
|
34
|
+
- 🔴 **CRITICAL**: Package name "loadsh" is 2 edit(s) from popular "lodash"
|
|
35
|
+
- 🟠 **HIGH**: Primary maintainer account is less than 6 months old (0 days)
|
|
36
|
+
|
|
37
|
+
## 🛠️ What Should You Do?
|
|
38
|
+
|
|
39
|
+
**Immediate:**
|
|
40
|
+
|
|
41
|
+
**Always:** Pin version, run `pkgtrust scan` in CI, monitor at [nrupak.com/trust/loadsh](https://nrupak.com/trust/loadsh)
|
|
42
|
+
|
|
43
|
+
## Maintainers (1)
|
|
44
|
+
|
|
45
|
+
- [npm](https://www.npmjs.com/~npm) ✅ 2FA (org email) — [Trust profile](https://nrupak.com/trust/maintainer/npm)
|
|
46
|
+
|
|
47
|
+
**Methodology:** 18+ signals across 4 categories (Maintainer 35%, Package 25%, Supply Chain 25%, Community 15%). [Full scoring docs →](https://nrupak.com/trust)
|
|
48
|
+
|
|
49
|
+
**Check your project:** `npm i -g @cyberhub/pkgtrust && pkgtrust scan loadsh` — [CLI docs](https://npmjs.com/package/@cyberhub/pkgtrust)
|
|
50
|
+
**Data Sources:** GitHub Advisories · OSV.dev · npm audit · Snyk · Socket.dev · npms.io · Bundlephobia · deps.dev · CISA KEV · Packagephobia · OpenSSF Scorecard · Ecosyste.ms · GitHub Enhanced · Keybase · npm Provenance
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
*Report by [pkgtrust](https://nrupak.com/trust/loadsh) · [Dashboard](https://nrupak.com/trust) · [Compare](https://nrupak.com/trust/compare) · [CLI](https://npmjs.com/package/@cyberhub/pkgtrust)*
|
|
55
|
+
|
|
56
|
+
*This is an automated security report. Not affiliated with the loadsh team. Updated 2026-04-13.*
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cyberhub/trust-loadsh",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Security Trust Report: loadsh@0.0.4 — 60/100 (C+, standard). Maintainer risk, supply chain analysis from 8 security databases.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"loadsh",
|
|
7
|
+
"loadsh",
|
|
8
|
+
"security",
|
|
9
|
+
"security-report",
|
|
10
|
+
"trust-score",
|
|
11
|
+
"vulnerability",
|
|
12
|
+
"npm-audit",
|
|
13
|
+
"npm-security",
|
|
14
|
+
"supply-chain",
|
|
15
|
+
"pkgtrust",
|
|
16
|
+
"audit",
|
|
17
|
+
"scan",
|
|
18
|
+
"risk",
|
|
19
|
+
"risk-assessment",
|
|
20
|
+
"standard"
|
|
21
|
+
],
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"author": "Nrupak Shah <nrupaks@gmail.com>",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/nrupaks/pkgtrust"
|
|
27
|
+
},
|
|
28
|
+
"homepage": "https://nrupak.com/trust/loadsh"
|
|
29
|
+
}
|