@cyberhub/trust-lmnto-hms-shared 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.
Files changed (2) hide show
  1. package/README.md +56 -0
  2. package/package.json +29 -0
package/README.md ADDED
@@ -0,0 +1,56 @@
1
+ # Security Trust Report: @lmnto/hms-shared
2
+
3
+ **[@lmnto/hms-shared@1.0.0](https://www.npmjs.com/package/%40lmnto%2Fhms-shared): 61/100 | Grade: C+ | Tier: STANDARD** (confidence: ±3)
4
+
5
+ > Scanned on 2026-04-09 from 8 security databases. [View package on npm →](https://www.npmjs.com/package/%40lmnto%2Fhms-shared)
6
+
7
+ ## TL;DR
8
+
9
+ - No critical vulnerabilities from live scan
10
+ - Pin your version and monitor for changes
11
+
12
+ ## Score Breakdown
13
+
14
+ ```
15
+ Maintainer Trust: ██████████████░░░░░░ 70/100
16
+ Package Health: ███████████████░░░░░ 74/100
17
+ Supply Chain: ██████████░░░░░░░░░░ 48/100
18
+ Community: ████████░░░░░░░░░░░░ 40/100
19
+ ```
20
+
21
+ ### Why this score?
22
+
23
+ - Supply Chain is 48 because: risky dependencies
24
+ - Community is 40 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
+ - 🟠 **HIGH**: Primary maintainer account is less than 6 months old (0 days)
33
+ - 🟠 **HIGH**: No license declared
34
+ - 🟠 **HIGH**: Depends on historically compromised package: axios
35
+ - 🟠 **HIGH**: 1 direct dependencies have known security issues
36
+
37
+ ## 🛠️ What Should You Do?
38
+
39
+ **Always:** Pin version, run `pkgtrust scan` in CI, monitor at [nrupak.com/trust/@lmnto/hms-shared](https://nrupak.com/trust/%40lmnto%2Fhms-shared)
40
+
41
+ ## Maintainers (3)
42
+
43
+ - [ahass123](https://www.npmjs.com/~ahass123) ✅ 2FA (org email) — [Trust profile](https://nrupak.com/trust/maintainer/ahass123)
44
+ - [it-dev-npm](https://www.npmjs.com/~it-dev-npm) ✅ 2FA (org email) — [Trust profile](https://nrupak.com/trust/maintainer/it-dev-npm)
45
+ - [aneep-tandel](https://www.npmjs.com/~aneep-tandel) ✅ 2FA (org email) — [Trust profile](https://nrupak.com/trust/maintainer/aneep-tandel)
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 @lmnto/hms-shared` — [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/%40lmnto%2Fhms-shared) · [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 @lmnto/hms-shared team. Updated 2026-04-09.*
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@cyberhub/trust-lmnto-hms-shared",
3
+ "version": "1.0.0",
4
+ "description": "Security Trust Report: @lmnto/hms-shared@1.0.0 — 61/100 (C+, standard). Maintainer risk, supply chain analysis from 8 security databases.",
5
+ "keywords": [
6
+ "lmnto-hms-shared",
7
+ "lmnto-hms-shared",
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/%40lmnto%2Fhms-shared"
29
+ }