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

termux/termux-packages

https://github.com/termux/termux-packages · scanned 2026-06-05 19:34 UTC (4 days, 15 hours ago) · 10 languages

245 raw signals (69 security + 176 graph) 11/13 scanners ran 32nd percentile · C · medium (20-100K LoC) System graph score 65 (lower by 8)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 15 hours ago · v2 · 68 actionable findings from 2 signal sources. 89 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 68.0 0.15 10.20
practices_score 61.0 0.15 9.15
code_quality 64.0 0.10 6.40
Overall 1.00 56.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C (57/100). Dimensions: security 100, maintainability 40. 69 findings (31 security). 29,772 lines analyzed.

Showing 55 of 68 actionable findings. 157 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.

low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 6 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
3 files, 6 locations
.github/workflows/package_updates.yml:106, 128, 151 (3 hits)
.github/workflows/packages.yml:431, 432 (2 hits)
.github/workflows/docker_image.yml:79
CI/CD securityworkflow secretsGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 47 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
9 files, 47 locations
.github/workflows/packages.yml:47, 306, 312, 327, 355, 357, 422, 424 (16 hits)
.github/workflows/bootstrap_archives.yml:29, 33, 44, 48 (8 hits)
.github/workflows/golang_validation.yml:22, 43, 63 (6 hits)
.github/workflows/zig_validation.yml:22, 43, 63 (6 hits)
.github/workflows/package_updates.yml:36, 103 (4 hits)
.github/workflows/check_repository_health.yml:16 (2 hits)
.github/workflows/codeql.yml:51 (2 hits)
.github/workflows/docker_image.yml:35 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `github/codeql-action/init` pinned to mutable ref `@v4`: `uses: github/codeql-action/init@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-ch…
2 files, 6 locations
.github/workflows/codeql.yml:61, 73 (4 hits)
.github/workflows/docker_image.yml:68, 76 (2 hits)
CI/CD securitySupply chainGitHub Actions
high System graph security security conf 1.00 Insecure pattern 'exec_used' in x11-packages/chromium-host-tools/build.sh:152
Found a known-risky pattern (exec_used). Review and replace if possible.
x11-packages/chromium-host-tools/build.sh:152 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in x11-packages/chromium/build.sh:163
Found a known-risky pattern (exec_used). Review and replace if possible.
x11-packages/chromium/build.sh:163 Exec used
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/check-repository-health.js:70
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 4 occurrences 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.
4 files, 4 locations
.github/workflows/bootstrap_archives.yml
.github/workflows/command_not_found.yml
.github/workflows/docker_image.yml
.github/workflows/package_updates.yml
CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check-built-packages.py:33
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
disabled-packages/utfdecode/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 120 in use
Port 120 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/movit/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 136 in use
Port 136 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/pyqt5/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 148 in use
Port 148 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/pyqt5/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 151 in use
Port 151 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/gnucash/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 152 in use
Port 152 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/pyqt5/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 155 in use
Port 155 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/movit/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
disabled-packages/utfdecode/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 171 in use
Port 171 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/discordo/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 18 in use
Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/xerces-c/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 185 in use
Port 185 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/ldc/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 189 in use
Port 189 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/locustdb/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/ldc/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 217 in use
Port 217 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/movit/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 223 in use
Port 223 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/pforth/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 28 in use
Port 28 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/ldc/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/pyqt5/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 31 in use
Port 31 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/python-brotli/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 32 in use
Port 32 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/xerces-c/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 33 in use
Port 33 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/cboard/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 336 in use
Port 336 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/libgrpc/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 34 in use
Port 34 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/pforth/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 36 in use
Port 36 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/locustdb/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 37 in use
Port 37 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/libccd/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 43 in use
Port 43 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/onnxruntime/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/xerces-c/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 52 in use
Port 52 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/discordo/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 61 in use
Port 61 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/libgrpc/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 657 in use
Port 657 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/onnxruntime/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 69 in use
Port 69 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
x11-packages/movit/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 85 in use
Port 85 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/ldc/build.sh Ports
medium System graph network Security conf 1.00 Privileged port 890 in use
Port 890 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/tor/build.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 8 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 26 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.
12 files, 16 locations
packages/libhdf5/i686/H5Tinit.c:1, 56 (2 hits)
packages/pulseaudio/module-sles-source.c:97, 280 (2 hits)
root-packages/mtr/hsearch/hcreate_r.c:1, 4 (2 hits)
root-packages/mtr/hsearch/hsearch_r.c:1, 28 (2 hits)
packages/dwarves/obstack.h:1
packages/libandroid-posix-semaphore/semaphore.c:5
packages/libelf/obstack.h:1
packages/libhdf5/arm/H5Tinit.c:1
duplicationquality
low System graph quality Maintenance conf 1.00 84 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
scripts/Dockerfile:7 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/emscripten/fix-rpath.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/tinygo/fix-rpath.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/buildorder.py:parse_build_file_dependencies_with_vars, scripts/buildorder.py:parse_build_file_dependencies This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docum…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: find_jumbo_import_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
x11-packages/chromium-host-tools/scripts/rewrite_gn_jumbo.py:253
low System graph software Dead code conf 1.00 Possibly dead Python function: find_scope_jumbo_import_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
x11-packages/chromium-host-tools/scripts/rewrite_gn_jumbo.py:223
low System graph software Dead code conf 1.00 Possibly dead Python function: is_header_line
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
x11-packages/chromium-host-tools/scripts/rewrite_gn_jumbo.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: scope_import_indent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
x11-packages/chromium-host-tools/scripts/rewrite_gn_jumbo.py:245
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/check-repository-health.js:324
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: scripts/properties.sh (2566 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/b072e235-60e7-4973-a33f-4601f58c094d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b072e235-60e7-4973-a33f-4601f58c094d/

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.