Repository Analysis

AykutSarac/jsoncrack.com

✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML and CSV into interactive graphs.

0.7 Likely human-written View on GitHub
0.7
Adjusted Score
0.7
Raw Score
100%
Time Factor
2026-05-15
Last Push
44,052
Stars
TypeScript
Language
21,455
Lines of Code
156
Files
7
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 5

Pattern Findings

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

Self-Referential Comments2 hits · 9 pts
SeverityFileLineSnippet
MEDIUMapps/chrome-extension/zip.sh3# Define the source directory (dist output)
MEDIUMapps/chrome-extension/zip.sh9# Define the output zip file name
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippet
LOWapps/www/src/lib/utils/json2go.js298 function mostSpecificPossibleGoType(typ1, typ2) {
LOWapps/vscode/ext-src/extension.ts27async function createWebviewForSelectedText(context: vscode.ExtensionContext) {
LOWapps/vscode/ext-src/extension.ts67async function createWebviewForActiveEditor(context: vscode.ExtensionContext) {
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippet
LOWapps/chrome-extension/zip.sh12# Check if the source directory exists
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWapps/www/next-env.d.ts1/// <reference types="next" />