goterminal

maintainer tsouhaieb · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary tarball from sophiware.com (a third-party commercial host, not a well-known official distribution channel like GitHub releases or a major vendor CDN) and installs it directly into /opt without stripping or any integrity verification beyond an MD5 checksum (which is cryptographically weak). The binary is executed at runtime as a terminal emulator with full user privileges. The noextract+manual tar pattern is unusual but not inherently malicious. The core concern is a prebuilt closed-source binary from a personal/small-company host verified only by MD5 — a genuine supply-chain risk if the host is compromised or the binary is swapped, though there is no evidence of active malice. This fits the medium category: executed binary from an unofficial/personal host.

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:12 source=("$pkgname-$pkgver.tar.gz::http://products.sophiware.com/download/goterminal/linux-all"
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary tarball from sophiware.com (a third-party commercial host, not a well-known official distribution channel like GitHub releases or a major vendor CDN) and installs it directly into /opt without stripping or any integrity verification beyond an MD5 checksum (which is cryptographically weak). The binary is executed at runtime as a terminal emulator with full user privileges. The noextract+manual tar pattern is unusual but not inherently malicious. The core concern is a prebuilt closed-source binary from a personal/small-company host verified only by MD5 — a genuine supply-chain risk if the host is compromised or the binary is swapped, though there is no evidence of active malice. This fits the medium category: executed binary from an unofficial/personal host.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Valerio Pizzi (pival81) <pival81@yahoo.com>
2
3pkgname=goterminal
4pkgver=0.0.5
5pkgrel=2
6pkgdesc="Elegant and efficient Linux terminal"
7arch=("x86_64" "i386")
8url="http://rungoterminal.com"
9license=('APSL 2.0')
10options=(!strip)
11noextract=("$pkgname-$pkgver.tar.gz")
12source=("$pkgname-$pkgver.tar.gz::http://products.sophiware.com/download/goterminal/linux-all"
13 "sophiware-$pkgname.desktop")
14md5sums=('74acaa13daa54c1185d255bbc5422758'
15 'dd96df7c8bbc48398b1d4d8ffd856d17')
16
17prepare() {
18 cd $srcdir
19 mkdir goterminal
20 tar -zxvf $pkgname-$pkgver.tar.gz -C goterminal
21}
22
23package() {
24 mkdir -p $pkgdir/{opt,usr/{share/applications,local/bin}}
25 mv $srcdir/$pkgname $pkgdir/opt/$pkgname
26 ln -s /opt/$pkgname/$pkgname $pkgdir/usr/local/bin/$pkgname
27 install -m644 $srcdir/sophiware-$pkgname.desktop $pkgdir/usr/share/applications
28}
29
30

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion