@cyberhub/trust-binary-version-check 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 +51 -0
  2. package/package.json +29 -0
package/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # Security Trust Report: binary-version-check
2
+
3
+ **[binary-version-check@6.1.0](https://www.npmjs.com/package/binary-version-check): 65/100 | Grade: B | Tier: STANDARD** (confidence: ±3)
4
+
5
+ > Scanned on 2026-04-14 from 8 security databases. [View package on npm →](https://www.npmjs.com/package/binary-version-check)
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: ████████████░░░░░░░░ 61/100
16
+ Package Health: █████████████████░░░ 87/100
17
+ Supply Chain: █████████████░░░░░░░ 63/100
18
+ Community: █████████░░░░░░░░░░░ 44/100
19
+ ```
20
+
21
+ ### Why this score?
22
+
23
+ - Community is 44 because: GitHub repo inactive
24
+
25
+ ## Vulnerabilities
26
+
27
+ ✅ No known vulnerabilities detected across 8 security databases.
28
+
29
+ ## Key Risk Flags
30
+
31
+ - 🟠 **HIGH**: Depends on historically compromised package: semver
32
+ - 🟠 **HIGH**: 1 direct dependencies have known security issues
33
+
34
+ ## 🛠️ What Should You Do?
35
+
36
+ **Always:** Pin version, run `pkgtrust scan` in CI, monitor at [nrupak.com/trust/binary-version-check](https://nrupak.com/trust/binary-version-check)
37
+
38
+ ## Maintainers (1)
39
+
40
+ - [sindresorhus](https://www.npmjs.com/~sindresorhus) ✅ 2FA (freemail) — [Trust profile](https://nrupak.com/trust/maintainer/sindresorhus)
41
+
42
+ **Methodology:** 18+ signals across 4 categories (Maintainer 35%, Package 25%, Supply Chain 25%, Community 15%). [Full scoring docs →](https://nrupak.com/trust)
43
+
44
+ **Check your project:** `npm i -g @cyberhub/pkgtrust && pkgtrust scan binary-version-check` — [CLI docs](https://npmjs.com/package/@cyberhub/pkgtrust)
45
+ **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
46
+
47
+ ---
48
+
49
+ *Report by [pkgtrust](https://nrupak.com/trust/binary-version-check) · [Dashboard](https://nrupak.com/trust) · [Compare](https://nrupak.com/trust/compare) · [CLI](https://npmjs.com/package/@cyberhub/pkgtrust)*
50
+
51
+ *This is an automated security report. Not affiliated with the binary-version-check team. Updated 2026-04-14.*
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@cyberhub/trust-binary-version-check",
3
+ "version": "1.0.0",
4
+ "description": "Security Trust Report: binary-version-check@6.1.0 — 65/100 (B, standard). Maintainer risk, supply chain analysis from 8 security databases.",
5
+ "keywords": [
6
+ "binary-version-check",
7
+ "binary-version-check",
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/binary-version-check"
29
+ }