@cyberhub/trust-exrpess 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 +60 -0
  2. package/package.json +30 -0
package/README.md ADDED
@@ -0,0 +1,60 @@
1
+ # Security Trust Report: exrpess
2
+
3
+ **[exrpess@0.0.1-security](https://www.npmjs.com/package/exrpess): 63/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/exrpess)
6
+
7
+ ## TL;DR
8
+
9
+ - **1 vulnerability found** (0 critical, 0 high)
10
+ - Pin your version and monitor for changes
11
+
12
+ ## Score Breakdown
13
+
14
+ ```
15
+ Maintainer Trust: ███████████░░░░░░░░░ 55/100
16
+ Package Health: ████████████████░░░░ 80/100
17
+ Supply Chain: ██████████████░░░░░░ 71/100
18
+ Community: ████████░░░░░░░░░░░░ 40/100
19
+ ```
20
+
21
+ ### Why this score?
22
+
23
+ - Maintainer Trust is 55 because: single maintainer (bus factor risk)
24
+ - Community is 40 because: no public GitHub repo linked (may be private or on another platform)
25
+
26
+ ## Vulnerabilities (1 vulnerability)
27
+
28
+ | Severity | Count |
29
+ |----------|-------|
30
+ | ⚪ Low | 1 |
31
+
32
+ - MAL-2025-20101
33
+
34
+ ## Key Risk Flags
35
+
36
+ - 🔴 **CRITICAL**: Package name "exrpess" is 2 edit(s) from popular "express"
37
+ - 🟠 **HIGH**: Primary maintainer account is less than 6 months old (0 days)
38
+ - 🟠 **HIGH**: No license declared
39
+
40
+ ## 🛠️ What Should You Do?
41
+
42
+ **Immediate:**
43
+ - Upgrade to the latest version (`npm update exrpess`)
44
+
45
+ **Always:** Pin version, run `pkgtrust scan` in CI, monitor at [nrupak.com/trust/exrpess](https://nrupak.com/trust/exrpess)
46
+
47
+ ## Maintainers (1)
48
+
49
+ - [npm](https://www.npmjs.com/~npm) ✅ 2FA (org email) — [Trust profile](https://nrupak.com/trust/maintainer/npm)
50
+
51
+ **Methodology:** 18+ signals across 4 categories (Maintainer 35%, Package 25%, Supply Chain 25%, Community 15%). [Full scoring docs →](https://nrupak.com/trust)
52
+
53
+ **Check your project:** `npm i -g @cyberhub/pkgtrust && pkgtrust scan exrpess` — [CLI docs](https://npmjs.com/package/@cyberhub/pkgtrust)
54
+ **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
55
+
56
+ ---
57
+
58
+ *Report by [pkgtrust](https://nrupak.com/trust/exrpess) · [Dashboard](https://nrupak.com/trust) · [Compare](https://nrupak.com/trust/compare) · [CLI](https://npmjs.com/package/@cyberhub/pkgtrust)*
59
+
60
+ *This is an automated security report. Not affiliated with the exrpess team. Updated 2026-04-13.*
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@cyberhub/trust-exrpess",
3
+ "version": "1.0.0",
4
+ "description": "Security Trust Report: exrpess@0.0.1-security — 63/100 (C+, standard). 1 vulnerability found. Maintainer risk, supply chain analysis from 8 security databases.",
5
+ "keywords": [
6
+ "exrpess",
7
+ "exrpess",
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
+ "MAL-2025-20101",
21
+ "standard"
22
+ ],
23
+ "license": "MIT",
24
+ "author": "Nrupak Shah <nrupaks@gmail.com>",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/nrupaks/pkgtrust"
28
+ },
29
+ "homepage": "https://nrupak.com/trust/exrpess"
30
+ }