Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
17 of your 27 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.03s · analysis 3.86s · 6.0 MB · GitHub API rate-limit (preflight)

Alex4SSB/ADB-Explorer

https://github.com/Alex4SSB/ADB-Explorer · scanned 2026-06-05 14:38 UTC (5 days, 3 hours ago) · 10 languages

49 raw signals (27 security + 22 graph) 40th percentile · Csharp · medium (20-100K LoC) System graph score 94 (lower by 35)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 3 hours ago · v2 · 19 actionable findings from 2 signal sources. 19 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 75.0 0.15 11.25
practices_score 65.0 0.15 9.75
code_quality 71.4 0.10 7.14
Overall 1.00 59.1
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C (59/100). Dimensions: security 100, maintainability 40. 27 findings (3 security). 38,670 lines analyzed.

Showing 12 of 19 actionable findings. 38 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility Missing import: `platform` used but not imported
The file uses `platform.something(...)` but never imports `platform`. This raises NameError at runtime the first time the line executes.
scripts/verify_adb_download.py:626
high Security checks software Xxe conf 1.00 [SEC025] XML External Entity (XXE) — .NET XmlDocument / XmlTextReader: .NET XmlDocument and XmlTextReader expand external entities by default in pre-4.5.2 runtimes (and even later if XmlResolver is left at default). Allows file disclosure and SSRF via XXE.
Set XmlResolver = null on XmlDocument before Load. On XmlReader, pass XmlReaderSettings { DtdProcessing = DtdProcessing.Prohibit, XmlResolver = null }. Prefer XDocument / XElement which don't expand external entities by default.
ADB Explorer/Helpers/Attachable/TextHelper.cs:278
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 19, 21, 47
.github/workflows/monthly-adb-version-check.yml:19, 21, 47 (6 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks quality Quality conf 1.00 3 occurrences [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws — wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated.
Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows.
3 files, 3 locations
ADB Explorer/Services/AppInfra/LowLevel/FileDescriptor.cs:83
ADB Explorer/Services/AppInfra/Network.cs:27
ADB Explorer/Services/AppInfra/Security.cs:41
low Security checks quality Error handling conf 0.55 ✓ Repobility 10 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
lines 55, 71, 88, 104, 113, 221, 273, 320, +2 more
scripts/verify_adb_download.py:55, 71, 88, 104, 113, 221, 273, 320, +2 more (10 hits)
Error handlingquality
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/verify_adb_download.py:975
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/verify_adb_download.py:975 Weak hash
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 1 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 4 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
3 files, 4 locations
ADB Explorer/Services/FileOperation/FileRenameOperation.cs:24, 28 (2 hits)
ADB Explorer/Services/FileOperation/FileMoveOperation.cs:93
ADB Explorer/Services/FileOperation/PackageInstallOperation.cs:68
duplicationquality
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `entry_copy` in scripts/verify_adb_download.py:930
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_version_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/verify_adb_download.py:374
low System graph software Dead code conf 1.00 Possibly dead Python function: read_official_versions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/verify_adb_download.py:133
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/4964c0b9-1509-444a-94d1-7bd2153305be/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/4964c0b9-1509-444a-94d1-7bd2153305be/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.