pacterm-bin
maintainer waelma
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a pre-compiled binary from a personal, non-standard domain (wael.work.gd), which is unverifiable and could be silently swapped; this constitutes a supply-chain risk despite the project being otherwise legitimate.
Triggered rules
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:10
source=("pacterm-${pkgver}::https://wael.work.gd/arch/pacterm/bin/${pkgver}/pacterm")
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a pre-compiled binary from a personal, non-standard domain (wael.work.gd), which is unverifiable and could be silently swapped; this constitutes a supply-chain risk despite the project being otherwise legitimate.
PKGBUILD
1 offending line(s) highlighted
1
pkgname=pacterm-bin
2
pkgver=1.1.3
3
pkgrel=1
4
pkgdesc="A terminal pacman game by Wael (pre-compiled binary)"
5
arch=('x86_64')
6
url="https://wael.work.gd/arch/pacterm"
7
license=('GPL-3.0-or-later')
8
provides=('pacterm')
9
conflicts=('pacterm')
10
source=("pacterm-${pkgver}::https://wael.work.gd/arch/pacterm/bin/${pkgver}/pacterm")
11
sha256sums=('f38ab87693aacfb8f7bafb6049caf58fc4de772fdbe150ba5a5b05760255dc99')
12
13
package() {
14
install -Dm755 "${srcdir}/pacterm-${pkgver}" "${pkgdir}/usr/bin/pacterm"
15
}
16
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,5 +1,5 @@ pkgname=pacterm-bin-pkgver=1.0.0+pkgver=1.1.3 pkgrel=1 pkgdesc="A terminal pacman game by Wael (pre-compiled binary)" arch=('x86_64')@@ -8,7 +8,7 @@ provides=('pacterm') conflicts=('pacterm') source=("pacterm-${pkgver}::https://wael.work.gd/arch/pacterm/bin/${pkgver}/pacterm")-sha256sums=('SKIP')+sha256sums=('f38ab87693aacfb8f7bafb6049caf58fc4de772fdbe150ba5a5b05760255dc99') package() { install -Dm755 "${srcdir}/pacterm-${pkgver}" "${pkgdir}/usr/bin/pacterm"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 3 |
| 2026-08-02 00:16:08 | MEDIUM | 3 |
| 2026-08-01 00:11:18 | MEDIUM | 3 |
| 2026-07-31 00:14:10 | MEDIUM | 3 |
| 2026-07-30 19:16:23 | MEDIUM | 3 |
| 2026-07-30 00:17:23 | MEDIUM | 3 |
| 2026-07-29 00:25:53 | MEDIUM | 3 |
| 2026-07-28 13:41:04 | MEDIUM | 3 |
| 2026-07-28 13:38:59 | MEDIUM | 3 |