Repository Analysis

expressjs/express

Fast, unopinionated, minimalist web framework for node.

0.2 Likely human-written View on GitHub
0.2
Adjusted Score
0.2
Raw Score
100%
Time Factor
2026-05-17
Last Push
69,060
Stars
JavaScript
Language
26,289
Lines of Code
164
Files
5
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 5

Pattern Findings

5 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippet
LOWexamples/error-pages/index.js81// arity of 4, aka the signature (err, req, res, next).
LOW.github/workflows/codeql.yml1# For most projects, this workflow file will not need changing; you simply need
LOW.github/workflows/codeql.yml61 # uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
LOW.github/workflows/scorecard.yml41 with:
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWtest/res.location.js127 function createRedirectServerForDomain (domain) {