Repository Analysis

vercel/hyper

A terminal built on web technologies

0.4 Likely human-written View on GitHub
0.4
Adjusted Score
0.4
Raw Score
100%
Time Factor
2026-05-21
Last Push
44,603
Stars
TypeScript
Language
29,413
Lines of Code
145
Files
11
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 11

Pattern Findings

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

Over-Commented Block9 hits · 9 pts
SeverityFileLineSnippet
LOWbin/rimraf-standalone.js1function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
LOWbin/rimraf-standalone.js21//
LOWbin/rimraf-standalone.js901 if (options.nobrace ||
LOWbin/rimraf-standalone.js1441 // a/b/x/y/z/c
LOWbin/rimraf-standalone.js1541 // [^/]*? pattern, except in partial mode, where it might
LOWbin/rimraf-standalone.js2501 var length = args.length;
LOWbin/rimraf-standalone.js2521// set ENTRIES = []
LOW.github/workflows/codeql-analysis.yml1# For most projects, this workflow file will not need changing; you simply need
LOW.github/workflows/codeql-analysis.yml41 - name: Initialize CodeQL
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippet
LOWapp/plugins.ts94function checkDeprecatedExtendKeymaps() {
LOWlib/utils/plugins.ts566export function decorateTermGroupsReducer(fn: ITermGroupReducer) {