Repository Analysis

svg/svgo

⚙️ Node.js tool for optimizing SVG files

0.1 Likely human-written View on GitHub
0.1
Adjusted Score
0.1
Raw Score
100%
Time Factor
2026-04-17
Last Push
22,510
Stars
JavaScript
Language
27,989
Lines of Code
500
Files
3
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 3

Pattern Findings

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

Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippet
LOWplugins/removeHiddenElems.js104 function canRemoveNonRenderingNode(node) {
LOWplugins/removeDeprecatedAttrs.js17function extractAttributesInStylesheet(stylesheet) {
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWplugins/_transforms.js301 // We have translate(tx,ty) rotate(a). This is equivalent to [cos(a) sin(a) -sin(a) cos(a) tx ty].