← Back to scan
File as GitHub Issue repo: termux/termux-packages

Push this scan report to termux/termux-packages

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Workflow uses `secrets.APTLY_API_AUTH` on a `pull_request` trigger

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. packages/ruff/ctermid.c:2
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. packages/fish/ctermid.c:32
CRIT MINED116 [MINED116] Workflow uses `secrets.DOCKER_TOKEN` on a `pull_request` trigger: This workflo… .github/workflows/docker_image.yml:79
CRIT MINED116 [MINED116] Workflow uses `secrets.GPG_PASSPHRASE` on a `pull_request` trigger: This workf… .github/workflows/packages.yml:432
CRIT MINED116 [MINED116] Workflow uses `secrets.APTLY_API_AUTH` on a `pull_request` trigger: This workf… .github/workflows/packages.yml:431
CRIT MINED116 [MINED116] Workflow uses `secrets.TERMUXBOT2_TOKEN` on a `pull_request` trigger: This wor… .github/workflows/package_updates.yml:151
CRIT MINED116 [MINED116] Workflow uses `secrets.TERMUXBOT2_TOKEN` on a `pull_request` trigger: This wor… .github/workflows/package_updates.yml:128
CRIT MINED116 [MINED116] Workflow uses `secrets.TERMUXBOT2_TOKEN` on a `pull_request` trigger: This wor… .github/workflows/package_updates.yml:106
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… scripts/check-built-packages.py:33
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/check_repository_heal…:16
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/golang_validation.yml:63
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/golang_validation.yml:43
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/golang_validation.yml:22
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/bootstrap_archives.yml:48
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bootstrap_archives.yml:44
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/bootstrap_archives.yml:33
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bootstrap_archives.yml:29
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/docker_image.yml:35
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/zig_validation.yml:63
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/zig_validation.yml:43
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/zig_validation.yml:22
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/packages.yml:424
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/packages.yml:422
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/packages.yml:357
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/packages.yml:355
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/packages.yml:327
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/packages.yml:312
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/packages.yml:306
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/packages.yml:47
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package_updates.yml:103
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package_updates.yml:36
HIGH MINED115 [MINED115] Action `github/codeql-action/analyze` pinned to mutable ref `@v4`: `uses: gith… .github/workflows/codeql.yml:73
HIGH MINED115 [MINED115] Action `github/codeql-action/init` pinned to mutable ref `@v4`: `uses: github/… .github/workflows/codeql.yml:61
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/codeql.yml:51
HIGH CORE_NO_TESTS No test files found
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED COMP001 [COMP001] High cognitive complexity: Function `get_pkg_hash_from_Packages` has cognitive … scripts/get_hash_from_file.py:5
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… scripts/get_hash_from_file.py:24
LOW COMP001 [COMP001] High cognitive complexity: Function `get_Packages_hash_from_Release` has cognit… scripts/get_hash_from_file.py:23
LOW COMP001 [COMP001] High cognitive complexity: Function `check_manifest` has cognitive complexity 1… scripts/check-built-packages.py:14
LOW AIC003 Duplicated implementation block across source files x11-packages/scrot/getsubopt.c:1
LOW AIC003 Duplicated implementation block across source files root-packages/v4l-utils/getsubopt.c:1
LOW AIC003 Duplicated implementation block across source files root-packages/nfs-utils/versionsort.c:1
LOW AIC003 Duplicated implementation block across source files root-packages/mtr/hsearch/search.h:1
LOW AIC003 Duplicated implementation block across source files root-packages/mtr/hsearch/hsearch_r.c:28
LOW AIC003 Duplicated implementation block across source files root-packages/mtr/hsearch/hsearch_r.c:1
LOW AIC003 Duplicated implementation block across source files root-packages/mtr/hsearch/hcreate_r.c:4
LOW AIC003 Duplicated implementation block across source files root-packages/mtr/hsearch/hcreate_r.c:1
LOW AIC003 Duplicated implementation block across source files root-packages/mtr/hsearch/hcreate.c:1
LOW AIC003 Duplicated implementation block across source files root-packages/arp-scan/hsearch/hsearch_…:28
LOW AIC003 Duplicated implementation block across source files root-packages/arp-scan/hsearch/hcreate_…:4
LOW AIC003 Duplicated implementation block across source files packages/pulseaudio/module-sles-source.c:280
LOW AIC003 Duplicated implementation block across source files packages/pulseaudio/module-sles-source.c:97
LOW AIC003 Duplicated implementation block across source files packages/pulseaudio/module-sles-sink.c:1
LOW AIC003 Duplicated implementation block across source files packages/memcached/getsubopt.c:1
LOW AIC003 Duplicated implementation block across source files packages/libvbisam/efgcvt_r-template.c:1
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/x86_64/H5lib_settings.c:1
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/x86_64/H5Tinit.c:1
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/i686/H5lib_settings.c:1
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/i686/H5Tinit.c:56
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/i686/H5Tinit.c:1
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/arm/H5lib_settings.c:1
LOW AIC003 Duplicated implementation block across source files packages/libhdf5/arm/H5Tinit.c:1
LOW AIC003 Duplicated implementation block across source files packages/libelf/obstack.h:1
LOW AIC003 Duplicated implementation block across source files packages/libandroid-posix-semaphore/sem…:5
LOW AIC003 Duplicated implementation block across source files packages/dwarves/obstack.h:1
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… packages/libelf/search/hsearch_r.c:113
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… packages/libelf/search/hcreate_r.c:44
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… packages/libandroid-wordexp/wordexp.c:148
Reset to top 5 69 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `termux/termux-packages`

**Score: 65/100 (C)**  ·  69 findings  ·  scanned 2026-06-05 19:34 UTC  ·  29,772 LOC

| Severity | Count |
|---|---|
| CRITICAL | 8 |
| HIGH | 27 |
| MEDIUM | 2 |
| LOW | 29 |

📊 [Full filterable report](https://repobility.com/scan/b072e235-60e7-4973-a33f-4601f58c094d/)  ·  ![scorecard](https://repobility.com/scan/b072e235-60e7-4973-a33f-4601f58c094d/report.png?v=1780688094-s2)

### Top findings

1. **CRITICAL** `MINED022` — C Strcpy
   `packages/ruff/ctermid.c:2` · CWE-120 · ✓ Repobility
2. **CRITICAL** `MINED022` — C Strcpy
   `packages/fish/ctermid.c:32` · CWE-120 · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.DOCKER_TOKEN` on a `pull_request` trigger
   `.github/workflows/docker_image.yml:79` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.GPG_PASSPHRASE` on a `pull_request` trigger
   `.github/workflows/packages.yml:432` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.APTLY_API_AUTH` on a `pull_request` trigger
   `.github/workflows/packages.yml:431` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/b072e235-60e7-4973-a33f-4601f58c094d/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 1 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'termux/termux-packages' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
31/71 findings (44%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.