Repository Analysis

koajs/koa

Expressive middleware for node.js using ES2017 async functions

0.2 Likely human-written View on GitHub
0.2
Adjusted Score
0.2
Raw Score
100%
Time Factor
2026-05-28
Last Push
35,711
Stars
JavaScript
Language
16,657
Lines of Code
104
Files
4
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 4

Pattern Findings

4 matches across 3 categories. Click a row to expand file-level details.

Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippet
LOW__tests__/request/host.test.js107 req.header.host = 'user@example.com'
LOW__tests__/request/hostname.test.js83 req.header.host = 'user@example.com'
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOW.github/workflows/npm-publish.yml1name: NPM Publish
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWlib/request.js746function splitCommaSeparatedValues (value, limit) {