Repository Analysis

TibixDev/winboat

Run Windows apps on 🐧 Linux with ✨ seamless integration

1.9 Likely human-written View on GitHub
1.9
Adjusted Score
1.9
Raw Score
100%
Time Factor
2026-05-14
Last Push
21,446
Stars
TypeScript
Language
12,082
Lines of Code
86
Files
5
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 2HIGH 0MEDIUM 0LOW 3

Pattern Findings

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

Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippet
CRITICALsrc/renderer/views/Config.vue534 ramGB.value = Number(compose.value.services.windows.environment.RAM_SIZE.split("G")[0]);
CRITICALsrc/renderer/views/Config.vue538 const sharedVolume = compose.value.services.windows.volumes.find(v => v.includes("/shared"));
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippet
LOWsrc/renderer/lib/usbmanager.ts480function getDeviceStringsFromLsusb(vidHex: string, pidHex: string): DeviceStrings {
LOWsrc/renderer/views/Config.vue633async function addRequiredComposeFieldsUSB() {
LOWsrc/renderer/views/Config.vue775async function toggleExperimentalFeatures() {