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.
21 of your 43 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.27s · analysis 4.65s · 2.9 MB · GitHub API rate-limit (preflight)

termux/termux-app

https://github.com/termux/termux-app · scanned 2026-06-05 10:17 UTC (5 days, 9 hours ago) · 10 languages

84 raw signals (40 security + 44 graph) 60th percentile · Java · medium (20-100K LoC) System graph score 88 (lower by 16)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 9 hours ago · v2 · 19 actionable findings from 2 signal sources. 43 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 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 44.0 0.20 8.80
documentation_score 70.0 0.15 10.50
practices_score 77.0 0.15 11.55
code_quality 62.3 0.10 6.23
Overall 1.00 71.8
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B (72/100). Dimensions: security 100, maintainability 65. 40 findings (18 security). 45,622 lines analyzed.

Showing 10 of 19 actionable findings. 62 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 software dependencies conf 0.90 ✓ Repobility Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo
`gradle/wrapper/gradle-wrapper.jar` is a .jar binary (45,633 bytes) committed to a repo that otherwise has 206 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
gradle/wrapper/gradle-wrapper.jar:1
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `gradle/actions/dependency-submission` pinned to mutable ref `@v5` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 3 locations
.github/workflows/dependency-submission.yml:23 (2 hits)
.github/workflows/gradle-wrapper-validation.yml:19
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 27 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
5 files, 27 locations
.github/workflows/debug_build.yml:22, 25, 88, 96, 104, 112, 120, 128 (16 hits)
.github/workflows/dependency-submission.yml:16, 18 (4 hits)
.github/workflows/run_tests.yml:18, 20 (4 hits)
.github/workflows/attach_debug_apks_to_release.yml:20 (2 hits)
.github/workflows/gradle-wrapper-validation.yml:18
CI/CD securitySupply chainGitHub Actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/dependency-submission.yml CI/CD securitySupply chainGithub actions
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
low Security checks quality Quality conf 0.60 12 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.
9 files, 12 locations
app/src/main/java/com/termux/app/fragments/settings/termux_float/DebuggingPreferencesFragment.java:45, 48 (2 hits)
app/src/main/java/com/termux/app/fragments/settings/termux_tasker/DebuggingPreferencesFragment.java:45, 48 (2 hits)
app/src/main/java/com/termux/app/fragments/settings/termux_widget/DebuggingPreferencesFragment.java:45, 48 (2 hits)
app/src/main/java/com/termux/app/fragments/settings/termux_api/DebuggingPreferencesFragment.java:45
termux-shared/src/main/java/com/termux/shared/activities/TextIOActivity.java:54
termux-shared/src/main/java/com/termux/shared/logger/Logger.java:206
termux-shared/src/main/java/com/termux/shared/shell/command/result/ResultData.java:48
termux-shared/src/main/java/com/termux/shared/termux/plugins/TermuxPluginUtils.java:188
duplicationquality
low System graph quality Complexity conf 1.00 Very large file: terminal-emulator/src/main/java/com/termux/terminal/TerminalEmulator.java (2617 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: terminal-view/src/main/java/com/termux/view/TerminalView.java (1500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: termux-shared/src/main/java/com/termux/shared/file/FileUtils.java (2044 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: termux-shared/src/main/java/com/termux/shared/termux/TermuxConstants.java (1338 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/7a596aaf-3a23-4a3d-8878-894cc3303141/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7a596aaf-3a23-4a3d-8878-894cc3303141/

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.