alpemix-bin

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged This PKGBUILD downloads a prebuilt binary (Alpemix) from alpemix.com, which is the official vendor website for this remote desktop product. The main binary has an md5sum check (310efc91c7ac9cfc8172de8fb3f6ec67), which provides some integrity verification. However, two sources (the .desktop file and icons.zip) have SKIP checksums — the icons.zip is particularly notable since it's a local/bundled file with no URL shown, meaning its origin and integrity are completely unverifiable. The core concern is the prebuilt binary from a non-major vendor: alpemix.com appears to be the legitimate upstream, but it's a small/obscure vendor and the binary is executed directly. This is a classic -bin package pattern for a proprietary remote desktop tool. The medium rating is appropriate: it's a prebuilt binary from a small vendor (not a major forge), with partial checksum coverage, and remote desktop software has elevated privilege/network access implications. Not clearly malicious, but a genuine supply-chain concern due to the unverifiable binary nature and SKIP checksums on additional sources.

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:14 source=("https://www.alpemix.com/site/linux/${_zip}" "${_name}.desktop" "icons.zip")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary (Alpemix) from alpemix.com, which is the official vendor website for this remote desktop product. The main binary has an md5sum check (310efc91c7ac9cfc8172de8fb3f6ec67), which provides some integrity verification. However, two sources (the .desktop file and icons.zip) have SKIP checksums — the icons.zip is particularly notable since it's a local/bundled file with no URL shown, meaning its origin and integrity are completely unverifiable. The core concern is the prebuilt binary from a non-major vendor: alpemix.com appears to be the legitimate upstream, but it's a small/obscure vendor and the binary is executed directly. This is a classic -bin package pattern for a proprietary remote desktop tool. The medium rating is appropriate: it's a prebuilt binary from a small vendor (not a major forge), with partial checksum coverage, and remote desktop software has elevated privilege/network access implications. Not clearly malicious, but a genuine supply-chain concern due to the unverifiable binary nature and SKIP checksums on additional sources.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Wasabi <wasabithumbs@gmail.com>
2_name="alpemix"
3pkgname="${_name}-bin"
4pkgver="1.6.0"
5pkgrel=1
6pkgdesc="Free remote desktop program"
7arch=('x86_64' 'i686')
8url='https://www.alpemix.com/en/Linux'
9license=('custom')
10depends=('glibc' 'lib32-gcc-libs' 'zlib')
11provides=("${_name}=${pkgver}")
12makedepends=('unzip')
13_zip="Alpemix.zip"
14source=("https://www.alpemix.com/site/linux/${_zip}" "${_name}.desktop" "icons.zip")
15md5sums=("310efc91c7ac9cfc8172de8fb3f6ec67" "SKIP" "SKIP")
16options=(!strip)
17
18prepare() {
19 cd $srcdir
20 unzip -o "Alpemix.zip"
21 chmod +rw "Alpemix"
22 unzip -o "icons.zip"
23}
24
25# build() {
26# }
27
28package() {
29 install -Dm644 "${srcdir}/${_name}.desktop" "${pkgdir}/usr/share/applications/${_name}.desktop"
30
31 install -dm755 "${pkgdir}/usr/share/icons/hicolor"
32 mkdir -p "${pkgdir}/usr/share/icons/hicolor/16x16/apps"
33 cp "${srcdir}/16x16.png" "${pkgdir}/usr/share/icons/hicolor/16x16/apps/${_name}.png"
34 mkdir -p "${pkgdir}/usr/share/icons/hicolor/32x32/apps"
35 cp "${srcdir}/32x32.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/${_name}.png"
36 mkdir -p "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
37 cp "${srcdir}/256x256.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_name}.png"
38
39 install -Dm755 "${srcdir}/Alpemix" "${pkgdir}/usr/bin/alpemix"
40}
41

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