Repository Analysis

C4illin/ConvertX

💾 Self-hosted online file converter. Supports 1000+ formats ⚙️

0.8 Likely human-written View on GitHub
0.8
Adjusted Score
0.8
Raw Score
100%
Time Factor
2026-04-27
Last Push
16,930
Stars
TypeScript
Language
8,765
Lines of Code
100
Files
7
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 7

Pattern Findings

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

Fake / Example Data5 hits · 5 pts
SeverityFileLineSnippet
LOWtests/converters/vcf.test.ts19 "Full Name": "John Doe",
LOWtests/converters/vcf.test.ts39 expect(result).toEqual([{ "Full Name": "John Doe" }, { "Full Name": "Jane Smith" }]);
LOWtests/converters/vcf.test.ts55 "Full Name": "John Doe",
LOWtests/converters/vcf.test.ts69 "Full Name": "John Doe",
LOWtests/converters/vcf.test.ts77 expect(result).toBe('Full Name,Phone,Email\n"John Doe","+123","john@example.com"');
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWtests/converters/helpers/converters.ts93export async function runConvertLogsStderrorAndStdout(convertFn: ConvertFnWithExecFile) {
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWsrc/converters/vips.ts101 // if (fileType === "svg") {