speedifyui

maintainer loupzeur · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads prebuilt .deb binaries from a non-whitelisted host (apt.connectify.me), which is not a standard or widely trusted package host; while the x86_64 checksums are verified, the aarch64 and armv7h packages have SKIP'd checksums, increasing supply-chain risk.

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:20 source_x86_64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_amd64.deb)
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt .deb binaries from a non-whitelisted host (apt.connectify.me), which is not a standard or widely trusted package host; while the x86_64 checksums are verified, the aarch64 and armv7h packages have SKIP'd checksums, increasing supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: loupzeur <loup@loupzeur.net>
2pkgname=speedifyui
3_pkgver=17.0.4-12943
4pkgver=${_pkgver/-/.}
5pkgrel=0
6pkgdesc="Use multiple internet connections in parallel"
7arch=('x86_64' 'aarch64' 'armv7h')
8url="https://speedify.com/"
9license=(unknown)
10groups=()
11depends=( speedify libayatana-appindicator webkit2gtk)
12makedepends=()
13provides=()
14conflicts=()
15replaces=()
16backup=()
17options=()
18install=
19source=()
20source_x86_64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_amd64.deb)
21source_aarch64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_arm64.deb)
22source_armv7h=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_armhf.deb)
23# TODO: i386 is also supported
24md5sums_x86_64=('092dc04dec5163c7e4bf05bed05b8d17')
25sha256sums_x86_64=('3d766992801259d01f8d88a9adb27964b55426a0f553ae2fd1ad4cfca3e842be')
26sha512sums_x86_64=('ae63006b9394c188de5d0c24e7f63b513fdcb69c45bc49714de46d5b6aee6202ceb1bf6cf149d659686dca6a9460fb179aa59b51d088ff5a7f8f5856b1c8ebb8')
27md5sums_aarch64=('SKIP')
28md5sums_armv7h=('SKIP')
29
30prepare() {
31 cd "$srcdir"
32 tar -xf "${srcdir}/data.tar.gz"
33}
34
35package() {
36 cd "${srcdir}"
37 cp -rp usr "${pkgdir}/usr"
38}
39

Changes since previous scan

--- PKGBUILD @ 2026-07-25 00:13
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: loupzeur <loup@loupzeur.net>
pkgname=speedifyui
-_pkgver=17.0.2-12938
+_pkgver=17.0.4-12943
pkgver=${_pkgver/-/.}
pkgrel=0
pkgdesc="Use multiple internet connections in parallel"
@@ -21,9 +21,9 @@
source_aarch64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_arm64.deb)
source_armv7h=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_armhf.deb)
# TODO: i386 is also supported
-md5sums_x86_64=('fc4e7389dbaf51e5b10f909e154f334c')
-sha256sums_x86_64=('6b3638a1cd4d0e20dfb57621d0fc8095c27dc0ead0d034121e857fed6852e712')
-sha512sums_x86_64=('ecb2a199c07c3f72a3dd90c689e56af88683a2403d74c35010484a66108d63c63153a39c3fdfbaaa56d048ca7f807a61536c0abb33f3acc1688671d878c49a18')
+md5sums_x86_64=('092dc04dec5163c7e4bf05bed05b8d17')
+sha256sums_x86_64=('3d766992801259d01f8d88a9adb27964b55426a0f553ae2fd1ad4cfca3e842be')
+sha512sums_x86_64=('ae63006b9394c188de5d0c24e7f63b513fdcb69c45bc49714de46d5b6aee6202ceb1bf6cf149d659686dca6a9460fb179aa59b51d088ff5a7f8f5856b1c8ebb8')
md5sums_aarch64=('SKIP')
md5sums_armv7h=('SKIP')

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 09:29:42 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

Report a package

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

0 / 4000
Your suggestion