speedify

maintainer loupzeur · 2 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 the project's own repository, but the aarch64 and armv7h variants lack checksums (SKIP), increasing supply-chain risk if the host were compromised.

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:19 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 the project's own repository, but the aarch64 and armv7h variants lack checksums (SKIP), increasing supply-chain risk if the host were compromised.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: LoupZeur <loup@loupzeur.net>
2# Maintainer: Semyon Maryasin <simeon@maryasin.name>
3pkgname=speedify
4_pkgver=17.0.4-12943
5pkgver=${_pkgver/-/.}
6pkgrel=0
7pkgdesc="Use multiple internet connections in parallel"
8arch=('x86_64' 'aarch64' 'armv7h')
9url="https://speedify.com/"
10license=(unknown)
11groups=()
12depends=( lsof net-tools )
13makedepends=()
14provides=(speedify)
15backup=()
16options=()
17install=
18source=()
19source_x86_64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_amd64.deb)
20source_aarch64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_arm64.deb)
21source_armv7h=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_armhf.deb)
22# TODO: i386 is also supported
23md5sums_x86_64=('a4873d28d550a4b0ea7822cf019cc277')
24sha256sums_x86_64=('5c090c9beb498cc38c62bd27787736192c4c1e12c9af6b2e37f63d27156757c1')
25sha512sums_x86_64=('57c7c6a072a4591ae62445086e5b93727d651e2c94a9f1d44e8c77777a4f7087ae6fb92fae84d0bdac0262da601805a8d032c9ffc23be10a75891ee84d0a2f52')
26md5sums_aarch64=('SKIP')
27md5sums_armv7h=('SKIP')
28
29prepare() {
30 cd "$srcdir"
31 tar -xf "${srcdir}/data.tar.gz"
32}
33
34package() {
35 cd "${srcdir}"
36 cp -rp usr "${pkgdir}/usr"
37 cp -rp lib "${pkgdir}/usr/lib"
38
39 mkdir -p "${pkgdir}/etc/speedify"
40 install -Dm644 usr/share/speedify/default.conf "${pkgdir}/etc/speedify/speedify.conf"
41 mkdir -p "${pkgdir}/usr/bin"
42 ln -fs /usr/share/speedify/speedify_cli "${pkgdir}/usr/bin/"
43 ln -fs /usr/share/speedify/SpeedifyCLI.pdf "${pkgdir}/usr/share/doc/speedify/"
44}
45

Changes since previous scan

--- PKGBUILD @ 2026-07-25 00:13
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: LoupZeur <loup@loupzeur.net>
# Maintainer: Semyon Maryasin <simeon@maryasin.name>
pkgname=speedify
-_pkgver=17.0.2-12938
+_pkgver=17.0.4-12943
pkgver=${_pkgver/-/.}
pkgrel=0
pkgdesc="Use multiple internet connections in parallel"
@@ -20,9 +20,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=('5d5559b3e361d6acfc1a0ccdeef9c975')
-sha256sums_x86_64=('f2888c42ec4b124bf03e958f0f86cb3c13531194fdeca84c67519dcb41dc5271')
-sha512sums_x86_64=('f7e9de4a2c08ff9e423b24a02ff1183633577b1ce0c2873b3c59dfe8c7377a18c910a9c5b8b4c5fe6372ea2991d7cbdb14c25c0d5729f46d6b2de71a0b9d3d7d')
+md5sums_x86_64=('a4873d28d550a4b0ea7822cf019cc277')
+sha256sums_x86_64=('5c090c9beb498cc38c62bd27787736192c4c1e12c9af6b2e37f63d27156757c1')
+sha512sums_x86_64=('57c7c6a072a4591ae62445086e5b93727d651e2c94a9f1d44e8c77777a4f7087ae6fb92fae84d0bdac0262da601805a8d032c9ffc23be10a75891ee84d0a2f52')
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