Repository Analysis

Schniz/fnm

🚀 Fast and simple Node.js version manager, built in Rust

0.6 Likely human-written View on GitHub
0.6
Adjusted Score
0.6
Raw Score
100%
Time Factor
2026-04-19
Last Push
25,758
Stars
Rust
Language
15,993
Lines of Code
130
Files
9
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 9

Pattern Findings

9 matches across 1 category. Click a row to expand file-level details.

Over-Commented Block9 hits · 9 pts
SeverityFileLineSnippet
LOW.github/workflows/rust.yml181 # name: "e2e/windows/debug"
LOW.github/workflows/rust.yml201 # echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
LOW.github/workflows/rust.yml381 # name: bench/linux
LOW.github/workflows/rust.yml401 # with:
LOW.github/workflows/rust.yml421 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LOW.github/workflows/rust.yml441 # with:
LOWsrc/cli.rs21 #[clap(name = "use", bin_name = "use")]
LOWsrc/cli.rs41 Alias(commands::alias::Alias),
LOWsrc/commands/install.rs21 /// A version string. Can be a partial semver or a LTS version name by the format lts/NAME