Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.
This report presents the forensic synthetic code analysis of MustardChef/WSABuilds, a Python project with 17,910 GitHub stars. SynthScan v2.0 examined 20,815 lines of code across 235 source files, recording 227 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 22.6 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 227 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 346 | # Create a backup of the original file | COMMENT |
| MEDIUM | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 349 | # Create a temporary file for the modifications | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/generateKernelSULink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/extractWSA.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/build.sh | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/generateMagiskLink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/generateWSALinks.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/generateGappsLink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/scripts/fixGappsProp.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 11 | # Define the headers to locate the table | COMMENT |
| MEDIUM | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 34 | # Define the cell coordinates and corresponding ENV variables for each release type | COMMENT |
| MEDIUM | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 53 | # Create a 2D list (matrix) to represent the table | COMMENT |
| MEDIUM | MagiskOnWSAOld/Update Check/update-downloadvar.py | 11 | # Define the headers to locate the table | COMMENT |
| MEDIUM⚡ | .github/workflows/build.yml | 106 | # Define the output directory | COMMENT |
| MEDIUM⚡ | .github/workflows/build.yml | 109 | # Define the namespaces | COMMENT |
| MEDIUM⚡ | .github/workflows/build.yml | 113 | # Define the XML file | COMMENT |
| MEDIUM | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 5 | # This file is part of the WSABuilds project. | COMMENT |
| MEDIUM⚡ | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 44 | # Define the package full name | COMMENT |
| MEDIUM⚡ | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 50 | # Define the directories to check | COMMENT |
| MEDIUM⚡ | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 61 | # Define the key path | COMMENT |
| MEDIUM | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 90 | # Define the command | COMMENT |
| MEDIUM | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 101 | # Define the PowerShell command | COMMENT |
| MEDIUM | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 168 | # Create a system restore point | COMMENT |
| MEDIUM | WSABuilds Utilities/Update Script/WSAUpdater.py | 5 | # This file is part of the WSABuilds project. | COMMENT |
| MEDIUM | MagiskOnWSA/libhoudini/houdini_installer.sh | 346 | # Create a backup of the original file | COMMENT |
| MEDIUM | MagiskOnWSA/libhoudini/houdini_installer.sh | 349 | # Create a temporary file for the modifications | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/magisk_debug.sh | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/extractMagisk.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/generateKernelSULink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/extractWSA.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/run.sh | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/install_deps.sh | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/build.sh | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/generateMagiskLink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/generateWSALinks.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/generateGappsLink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/scripts/fixGappsProp.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/extractMagisk.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/generateKernelSULink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/extractWSA.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/build.sh | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/generateMagiskLink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/generateWSALinks.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/generateGappsLink.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/DLL/scripts/fixGappsProp.py | 3 | # This file is part of MagiskOnWSALocal. | COMMENT |
| MEDIUM | MagiskOnWSA/Update Check/update-downloadlinks.py | 11 | # Define the headers to locate the table | COMMENT |
| MEDIUM | MagiskOnWSA/Update Check/update-downloadlinks.py | 34 | # Define the cell coordinates and corresponding ENV variables for each release type | COMMENT |
| MEDIUM | MagiskOnWSA/Update Check/update-downloadlinks.py | 53 | # Create a 2D list (matrix) to represent the table | COMMENT |
| MEDIUM | MagiskOnWSA/Update Check/update-downloadvar.py | 11 | # Define the headers to locate the table | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | MagiskOnWSAOld/Update Check/KernelSUUpdateCheck.py | 11 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSAOld/Update Check/WSAInsiderUpdateCheck.py | 46 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSAOld/Update Check/MagiskCanaryUpdateCheck.py | 11 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 46 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSAOld/Update Check/MTGUpdateCheck.py | 11 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSAOld/Update Check/MagiskStableUpdateCheck.py | 10 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/scripts/WSAUpdateChecker.py | 51 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/DLL/scripts/WSAUpdateChecker.py | 51 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/Update Check/KernelSUUpdateCheck.py | 11 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/Update Check/WSAInsiderUpdateCheck.py | 46 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/Update Check/MagiskCanaryUpdateCheck.py | 11 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 46 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/Update Check/MTGUpdateCheck.py | 11 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| HIGH | MagiskOnWSA/Update Check/MagiskStableUpdateCheck.py | 10 | "git checkout -f update || git switch --discard-changes --orphan update" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …on/Usage Guides/General Usage Guides/MoveToExtDrive.md | 24 | - ### Step 1: Remove all previous installations from WSABuilds or official WSA Releases | CODE |
| LOW⚡ | …on/Usage Guides/General Usage Guides/MoveToExtDrive.md | 39 | - ### Step 2: Install WSA from the desired partition | CODE |
| LOW⚡ | …on/Usage Guides/General Usage Guides/MoveToExtDrive.md | 46 | - ### Step 3: Moving the AppData (VHDX + data) from your Windows drive (C:\) to the desired partition/drive | CODE |
| LOW⚡ | …on/Usage Guides/General Usage Guides/MoveToExtDrive.md | 55 | - ### Step 4: Testing if everything is working | CODE |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 43 | # Step 1: Convert vhdx to raw | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 47 | # Step 2: Remove original vhdx | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 51 | # Step 3: Allocate space with fallocate | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 55 | # Step 4: Resize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 59 | # Step 5: Unshare blocks to make read-write | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 87 | # Step 1: Unmount | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 91 | # Step 2: Check and fix filesystem | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 95 | # Step 3: Minimize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 99 | # Step 4: Remove mount directory | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 103 | # Step 5: Convert back to vhdx | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 107 | # Step 6: Remove temporary img file | COMMENT |
| LOW | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 73 | # Step 6: Create mount directory and mount | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 43 | # Step 1: Convert vhdx to raw | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 47 | # Step 2: Remove original vhdx | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 51 | # Step 3: Allocate space with fallocate | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 55 | # Step 4: Resize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 59 | # Step 5: Unshare blocks to make read-write | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 87 | # Step 1: Unmount | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 91 | # Step 2: Check and fix filesystem | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 95 | # Step 3: Minimize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 99 | # Step 4: Remove mount directory | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 103 | # Step 5: Convert back to vhdx | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 107 | # Step 6: Remove temporary img file | COMMENT |
| LOW | MagiskOnWSA/libhoudini/houdini_installer.sh | 73 | # Step 6: Create mount directory and mount | COMMENT |
| LOW | MagiskOnWSA/docs/Guides/MoveToExtDrive.md | 21 | - ### Step 1: Remove all previous installations from WSABuilds or official WSA Releases | CODE |
| LOW⚡ | MagiskOnWSA/docs/Guides/MoveToExtDrive.md | 36 | - ### Step 2: Install WSA from the desired partition | CODE |
| LOW⚡ | MagiskOnWSA/docs/Guides/MoveToExtDrive.md | 43 | - ### Step 3: Moving the AppData (VHDX + data) from your Windows drive (C:\) to the desired partition/drive | CODE |
| LOW⚡ | MagiskOnWSA/docs/Guides/MoveToExtDrive.md | 52 | - ### Step 4: Testing if everything is working | CODE |
| LOW | MagiskOnWSA/DLL/docs/Guides/MoveToExtDrive.md | 21 | - ### Step 1: Remove all previous installations from WSABuilds or official WSA Releases | CODE |
| LOW⚡ | MagiskOnWSA/DLL/docs/Guides/MoveToExtDrive.md | 36 | - ### Step 2: Install WSA from the desired partition | CODE |
| LOW⚡ | MagiskOnWSA/DLL/docs/Guides/MoveToExtDrive.md | 43 | - ### Step 3: Moving the AppData (VHDX + data) from your Windows drive (C:\) to the desired partition/drive | CODE |
| LOW⚡ | MagiskOnWSA/DLL/docs/Guides/MoveToExtDrive.md | 52 | - ### Step 4: Testing if everything is working | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 43 | # Step 1: Convert vhdx to raw | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 47 | # Step 2: Remove original vhdx | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 51 | # Step 3: Allocate space with fallocate | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 55 | # Step 4: Resize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 59 | # Step 5: Unshare blocks to make read-write | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 87 | # Step 1: Unmount | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 91 | # Step 2: Check and fix filesystem | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 95 | # Step 3: Minimize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 99 | # Step 4: Remove mount directory | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 103 | # Step 5: Convert back to vhdx | COMMENT |
| LOW⚡ | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 107 | # Step 6: Remove temporary img file | COMMENT |
| LOW | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 73 | # Step 6: Create mount directory and mount | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 43 | # Step 1: Convert vhdx to raw | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 47 | # Step 2: Remove original vhdx | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 51 | # Step 3: Allocate space with fallocate | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 55 | # Step 4: Resize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 59 | # Step 5: Unshare blocks to make read-write | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 87 | # Step 1: Unmount | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 91 | # Step 2: Check and fix filesystem | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 95 | # Step 3: Minimize filesystem | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 99 | # Step 4: Remove mount directory | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 103 | # Step 5: Convert back to vhdx | COMMENT |
| LOW⚡ | MagiskOnWSA/libhoudini/houdini_installer.sh | 107 | # Step 6: Remove temporary img file | COMMENT |
| LOW | MagiskOnWSA/libhoudini/houdini_installer.sh | 73 | # Step 6: Create mount directory and mount | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | MagiskOnWSAOld/scripts/generateKernelSULink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSAOld/scripts/extractWSA.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSAOld/scripts/build.sh | 1 | #!/bin/bash | COMMENT |
| LOW | MagiskOnWSAOld/scripts/generateMagiskLink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSAOld/scripts/generateWSALinks.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSAOld/scripts/generateGappsLink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSAOld/scripts/fixGappsProp.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | .github/workflows/buildarm64.yml | 141 | # date: ${{ steps.date.outputs.date }} | COMMENT |
| LOW | .github/workflows/buildarm64.yml | 161 | # - name: Remove unused artifact ❌ | COMMENT |
| LOW | .github/workflows/buildarm64.yml | 181 | # run: | | COMMENT |
| LOW | .github/workflows/buildarm64.yml | 201 | # echo ${{ needs.build.outputs.onedrivepath }} | COMMENT |
| LOW | .github/workflows/build_old.yml | 181 | - name: Compress artifact for Windows 11 x64 Build📦 | COMMENT |
| LOW | .github/workflows/build.yml | 181 | fail_on_unmatched_files: true | COMMENT |
| LOW | .github/workflows/build.yml | 201 | # onedrivepathwin10: ${{ env.DRIVE_FOLDER_PATH_WIN10 }} | COMMENT |
| LOW | .github/workflows/build.yml | 221 | # | COMMENT |
| LOW | .github/workflows/build.yml | 241 | # ATTACH VDISK READONLY` | COMMENT |
| LOW | .github/workflows/build.yml | 261 | COMMENT | |
| LOW | .github/workflows/build.yml | 281 | # $xml = [xml](Get-Content "$outputDir\AppxManifest.xml") | COMMENT |
| LOW | .github/workflows/build.yml | 301 | # - name: Upload build to OneDrive for Windows 10 x64 Build⏫ | COMMENT |
| LOW | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 1 | # WSAUninstaller | COMMENT |
| LOW | WSABuilds Utilities/Update Script/WSAUpdater.py | 1 | # WSAUpdater | COMMENT |
| LOW | WSABuilds Utilities/Update Script/WSAUpdater.py | 21 | # | COMMENT |
| LOW | MagiskOnWSA/scripts/magisk_debug.sh | 1 | #!/bin/bash | COMMENT |
| LOW | MagiskOnWSA/scripts/extractMagisk.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/scripts/generateKernelSULink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/scripts/extractWSA.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/scripts/run.sh | 1 | #!/bin/bash | COMMENT |
| LOW | MagiskOnWSA/scripts/install_deps.sh | 1 | #!/bin/bash | COMMENT |
| LOW | MagiskOnWSA/scripts/build.sh | 1 | #!/bin/bash | COMMENT |
| LOW | MagiskOnWSA/scripts/generateMagiskLink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/scripts/generateWSALinks.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/scripts/generateGappsLink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/scripts/fixGappsProp.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/extractMagisk.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/generateKernelSULink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/extractWSA.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/build.sh | 1 | #!/bin/bash | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/build.sh | 81 | "alpha" | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/generateMagiskLink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/generateWSALinks.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/generateGappsLink.py | 1 | #!/usr/bin/python3 | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/fixGappsProp.py | 1 | #!/usr/bin/python3 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | MagiskOnWSAOld/scripts/generateKernelSULink.py | 73 | print(f"Error: No KernelSU release found for arch={abi_map[arch]}, kernel version={kernelVersion}", flush=True) | CODE |
| MEDIUM | MagiskOnWSAOld/scripts/generateKernelSULink.py | 76 | print(f"Error: No KernelSU Manager release found", flush=True) | CODE |
| LOW⚡ | MagiskOnWSAOld/scripts/generateMagiskLink.py | 42 | except Exception: | CODE |
| LOW⚡ | MagiskOnWSAOld/scripts/generateMagiskLink.py | 50 | except Exception: | CODE |
| LOW⚡ | MagiskOnWSAOld/scripts/generateMagiskLink.py | 58 | except Exception: | CODE |
| LOW | MagiskOnWSAOld/Update Check/WSAInsiderUpdateCheck.py | 81 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSAOld/Update Check/WSAInsiderUpdateCheck.py | 82 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSAOld/Update Check/WSAInsiderUpdateCheck.py | 153 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSAOld/Update Check/WSAInsiderUpdateCheck.py | 154 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 64 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 65 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 136 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 137 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSA/scripts/generateMagiskLink.py | 59 | except Exception: | CODE |
| LOW | MagiskOnWSA/DLL/scripts/generateMagiskLink.py | 65 | except Exception: | CODE |
| LOW | MagiskOnWSA/DLL/scripts/generateMagiskLink.py | 72 | except Exception: | CODE |
| LOW | MagiskOnWSA/Update Check/WSAInsiderUpdateCheck.py | 81 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSA/Update Check/WSAInsiderUpdateCheck.py | 82 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSA/Update Check/WSAInsiderUpdateCheck.py | 153 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSA/Update Check/WSAInsiderUpdateCheck.py | 154 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 64 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 65 | print(f"Error writing to file: {e}") | CODE |
| LOW | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 136 | except Exception as e: | CODE |
| MEDIUM | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 137 | print(f"Error writing to file: {e}") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 167 | # Check if Houdini files exist | COMMENT |
| LOW | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 324 | # Check if the init file exists, if not try alternative locations | COMMENT |
| LOW | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 329 | # Check if etc/init directory exists but with different file | COMMENT |
| LOW | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 26 | # Check if a matching table was found | COMMENT |
| LOW | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 48 | # Check if the release type is valid | COMMENT |
| LOW | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 72 | # Check if the cell coordinates are within the range of the table matrix | COMMENT |
| LOW | MagiskOnWSAOld/Update Check/update-downloadvar.py | 26 | # Check if a matching table was found | COMMENT |
| LOW | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 33 | # Check if the script is running as an administrator | COMMENT |
| LOW | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 108 | # Check if the directory exists | COMMENT |
| LOW | MagiskOnWSA/libhoudini/houdini_installer.sh | 167 | # Check if Houdini files exist | COMMENT |
| LOW | MagiskOnWSA/libhoudini/houdini_installer.sh | 324 | # Check if the init file exists, if not try alternative locations | COMMENT |
| LOW | MagiskOnWSA/libhoudini/houdini_installer.sh | 329 | # Check if etc/init directory exists but with different file | COMMENT |
| LOW | MagiskOnWSA/scripts/WSAUpdateChecker.py | 74 | # Check if version is the same or not | COMMENT |
| LOW | MagiskOnWSA/DLL/scripts/WSAUpdateChecker.py | 74 | # Check if version is the same or not | COMMENT |
| LOW | MagiskOnWSA/Update Check/update-downloadlinks.py | 26 | # Check if a matching table was found | COMMENT |
| LOW | MagiskOnWSA/Update Check/update-downloadlinks.py | 48 | # Check if the release type is valid | COMMENT |
| LOW | MagiskOnWSA/Update Check/update-downloadlinks.py | 72 | # Check if the cell coordinates are within the range of the table matrix | COMMENT |
| LOW | MagiskOnWSA/Update Check/update-downloadvar.py | 26 | # Check if a matching table was found | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | MagiskOnWSAOld/scripts/fixGappsProp.py | 0 | {p[f"ro.product.{sec}.brand"]}/{p[f"ro.product.{sec}.name"]}/{p[f"ro.product.{sec}.device"]}:{p[f"ro.{sec}.build.version | STRING |
| HIGH | MagiskOnWSA/scripts/fixGappsProp.py | 0 | {p[f"ro.product.{sec}.brand"]}/{p[f"ro.product.{sec}.name"]}/{p[f"ro.product.{sec}.device"]}:{p[f"ro.{sec}.build.version | STRING |
| HIGH | MagiskOnWSA/DLL/scripts/fixGappsProp.py | 0 | {p[f"ro.product.{sec}.brand"]}/{p[f"ro.product.{sec}.name"]}/{p[f"ro.product.{sec}.device"]}:{p[f"ro.{sec}.build.version | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | MagiskOnWSAOld/scripts/fixGappsProp.py | 21 | CODE | |
| LOW | MagiskOnWSAOld/Update Check/update-downloadlinks.py | 2 | CODE | |
| LOW | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 1 | CODE | |
| LOW | MagiskOnWSAOld/Update Check/WSARetailUpdateCheck.py | 4 | CODE | |
| LOW | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 30 | CODE | |
| LOW | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 31 | CODE | |
| LOW | MagiskOnWSA/scripts/fixGappsProp.py | 21 | CODE | |
| LOW | MagiskOnWSA/DLL/scripts/fixGappsProp.py | 21 | CODE | |
| LOW | MagiskOnWSA/Update Check/update-downloadlinks.py | 2 | CODE | |
| LOW | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 1 | CODE | |
| LOW | MagiskOnWSA/Update Check/WSARetailUpdateCheck.py | 4 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | MagiskOnWSAOld/libhoudini/houdini_installer.sh | 192 | # Create vendor directories with robust handling | COMMENT |
| MEDIUM | MagiskOnWSA/libhoudini/houdini_installer.sh | 192 | # Create vendor directories with robust handling | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 113 | CODE | |
| LOW | MagiskOnWSA/scripts/WSAUpdateChecker.py | 88 | CODE | |
| LOW | MagiskOnWSA/DLL/scripts/WSAUpdateChecker.py | 88 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | WSABuilds Utilities/Uninstall Script/WSAUninstaller.py | 60 | def with_restore_point_creation_frequency(minutes, func): | CODE |