Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
26 of your 60 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.15s · analysis 6.4s · 1.3 MB · GitHub preflight 478ms

nvm-sh/nvm

https://github.com/nvm-sh/nvm · scanned 2026-06-05 06:51 UTC (6 days ago) · 10 languages

116 raw signals (60 security + 56 graph) 95th percentile · Javascript · tiny (<2K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 6 days ago · v2 · 28 actionable findings from 2 signal sources. 60 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 97.5 0.25 24.38
testing_score 85.0 0.20 17.00
documentation_score 75.0 0.15 11.25
practices_score 91.0 0.15 13.65
code_quality 75.8 0.10 7.58
Overall 1.00 83.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade A- (84/100). Dimensions: security 98, maintainability 65. 60 findings (29 security). 2 lines analyzed.

Showing 24 of 28 actionable findings. 88 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks software dependencies conf 0.90 ✓ Repobility Dockerfile FROM `ubuntu:22.04` not pinned by digest
`FROM ubuntu:22.04` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Dockerfile:8
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `ljharb/actions/node/install` pinned to mutable ref `@main` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 4 locations
.github/workflows/lint.yml:20, 39, 56 (3 hits)
.github/workflows/rebase.yml:15
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 11 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
5 files, 11 locations
.github/workflows/lint.yml:19, 38, 55, 70 (4 hits)
.github/workflows/codeql-analysis.yml:24 (2 hits)
.github/workflows/nvm-install-test.yml:24, 65 (2 hits)
.github/workflows/toc.yml:24, 32 (2 hits)
.github/workflows/rebase.yml:14
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 28 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `github/codeql-action/init` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
12 files, 27 locations
.github/workflows/codeql-analysis.yml:30, 38, 52 (6 hits)
.github/workflows/windows-npm.yml:139, 147, 217 (5 hits)
.github/workflows/lint.yml:12, 29, 48, 65 (4 hits)
.github/workflows/toc.yml:18, 38 (3 hits)
.github/workflows/latest-npm.yml:15, 58 (2 hits)
.github/workflows/nodejs-org.yml:26
.github/workflows/release.yml:13
.github/workflows/shellcheck.yml:31
CI/CD securitySupply chainGitHub Actions
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
Homebrew/actions/setup-homebrew@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/shellcheck.yml:40 CI/CD securitySupply chainGithub actions
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
Dockerfile:85 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
Dockerfile:106 CI/CD securitycontainers
high Security checks software dependencies conf 0.90 GitHub Action `Vampire/setup-wsl@v6` is 1 major version(s) behind (latest v7.0.0)
`uses: Vampire/setup-wsl@v6` is 1 major version(s) behind the latest published release v7.0.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/windows-npm.yml:139
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
.github/workflows/windows-npm.yml:45
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/toc.yml CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
Dockerfile:32 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 Dockerfile leaves apt package indexes in the image layer
Package indexes increase image size and can expose stale metadata in the final image layer.
Dockerfile:32 CI/CD securitycontainers
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-node@v6` is minor version(s) behind (latest v6.4.0)
`uses: actions/setup-node@v6` is minor version(s) behind the latest published release v6.4.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/release.yml:25
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-node@v6` is minor version(s) behind (latest v6.4.0)
`uses: actions/setup-node@v6` is minor version(s) behind the latest published release v6.4.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/toc.yml:32
high Security checks software dependencies conf 0.90 10 occurrences GitHub Action `step-security/harden-runner@v2` is minor version(s) behind (latest v2.19.4)
`uses: step-security/harden-runner@v2` is minor version(s) behind the latest published release v2.19.4. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverag…
10 files, 10 locations
.github/workflows/latest-npm.yml:15
.github/workflows/lint.yml:12
.github/workflows/release.yml:13
.github/workflows/shellcheck.yml:31
.github/workflows/tests-fast.yml:34
.github/workflows/tests-installation-iojs.yml:31
.github/workflows/tests-installation-node.yml:31
.github/workflows/tests-xenial.yml:28
low Security checks software dependencies conf 0.90 npm package `doctoc` is minor version(s) behind (^2.2.1 -> 2.4.1)
`doctoc` is pinned/resolved at ^2.2.1 but the latest stable release on the npm registry is 2.4.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low Security checks software dependencies conf 0.90 npm package `semver` is minor version(s) behind (^7.7.3 -> 7.8.2)
`semver` is pinned/resolved at ^7.7.3 but the latest stable release on the npm registry is 7.8.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:8 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/slow/nvm reinstall-packages/test-npmlink/index.js:2
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: nvm.sh (4846 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
high Security checks software dependencies conf 0.90 12 occurrences GitHub Action `actions/checkout@v6` is patch version(s) behind (latest v6.0.3)
`uses: actions/checkout@v6` is patch version(s) behind the latest published release v6.0.3. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
12 files, 12 locations
.github/workflows/codeql-analysis.yml:24
.github/workflows/latest-npm.yml:66
.github/workflows/lint.yml:19
.github/workflows/nvm-install-test.yml:24
.github/workflows/rebase.yml:14
.github/workflows/release.yml:22
.github/workflows/shellcheck.yml:38
.github/workflows/tests-installation-iojs.yml:41
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/851ae72c-90e8-4115-88e4-0abc61006b90/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/851ae72c-90e8-4115-88e4-0abc61006b90/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.