hterm-32
Triggered rules
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:15
source=("hterm.png" "hterm.desktop" "http://www.der-hammer.info/terminal/hterm085-linux-32.tgz")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads and installs a prebuilt 32-bit binary (hterm) from the upstream author's personal website (der-hammer.info) without any source code build step. While sha256sums are present providing integrity checking, the binary is pulled from a personal/unofficial host rather than a well-known forge or distribution mirror. The executed binary is i686-only and depends on lib32 libraries, confirming it is a precompiled executable installed directly to /usr/bin. This is a genuine supply-chain concern: if der-hammer.info is compromised, users receive a malicious binary with no way to audit the build. The sha256 checksums mitigate substitution attacks only if the PKGBUILD itself is not also updated by an attacker. Additionally, the source version mismatch (pkgver=0.8.4 but the tarball is hterm085) is a minor inconsistency. This is a real medium-severity concern: prebuilt binary from a personal host, not clearly malicious but not verifiable.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jaro Habiger <jarohabiger@gmail.com>
# Contributor: Robin Heinemann <robin.ole.heinemann@gmail.com>
pkgname=hterm-32
pkgver=0.8.4
pkgrel=1
pkgdesc="HTerm serial terminal"
arch=("i686")
url="http://www.der-hammer.info/terminal"
license=(properitary)
depends=("lib32-gtk2" "lib32-libpng" "lib32-libsm")
optdepends=()
conflicts=(hterm)
source=("hterm.png" "hterm.desktop" "http://www.der-hammer.info/terminal/hterm085-linux-32.tgz")
sha256sums=('358862a79e6a88ca07dc86faa5e29d862bbf2aa2ca16e7f43e2f00a8c444e683'
'fba0a7159c9187bfe8d2c7f63611bf4c2193a69566566bca79f2ce3ff46073f7'
'aaf5f1afc9b3c0aad3bd7835fea6cc3e805a680a9c4a655d1bc39acf37f2ca92')
package() {
install -d "$pkgdir"/usr/bin
install -Dm755 "$srcdir"/hterm "$pkgdir"/usr/bin/hterm
install -Dm644 "$srcdir"/hterm.desktop "$pkgdir"/usr/share/applications/hterm.desktop
install -Dm644 "$srcdir"/hterm.png "$pkgdir"/usr/share/pixmaps/hterm.png
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |