fastx-desktop-client

MEDIUM
maintainer simon42 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The PKGBUILD downloads a prebuilt binary tarball from starnet.com/files/private/ — this is the official vendor (StarNet Communications, a legitimate commercial X11/remote-desktop software company) distributing their FastX3 desktop client. The 'private' path segment is simply their URL structure for distributing proprietary software downloads, not an indication of a compromised or unofficial host. The sha256sum is pinned, so the artifact is verifiable at download time. However, the package installs a prebuilt proprietary binary bundle into /opt and symlinks executables into /usr/bin — this is a real supply-chain concern in the sense that users are trusting StarNet's binary distribution entirely, with no source build. This is a standard pattern for proprietary AUR packages (like zoom, slack-desktop, etc.) and is not unusual or malicious. The risk is the inherent trust placed in a closed-source vendor binary, which is a medium-level concern by AUR standards but not an active attack or obfuscated payload. Downgrading slightly from the cheaper model's assessment: this is a legitimate vendor binary with a pinned checksum, making it closer to clean/low for an AUR proprietary package, but the prebuilt binary execution from a vendor host with no source verification beyond sha256 keeps it at medium.

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:17 "https://www.starnet.com/files/private/FastX3/FastX3-$pkgver.rhel7.$CARCH.tar.gz")
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 starnet.com/files/private/ — this is the official vendor (StarNet Communications, a legitimate commercial X11/remote-desktop software company) distributing their FastX3 desktop client. The 'private' path segment is simply their URL structure for distributing proprietary software downloads, not an indication of a compromised or unofficial host. The sha256sum is pinned, so the artifact is verifiable at download time. However, the package installs a prebuilt proprietary binary bundle into /opt and symlinks executables into /usr/bin — this is a real supply-chain concern in the sense that users are trusting StarNet's binary distribution entirely, with no source build. This is a standard pattern for proprietary AUR packages (like zoom, slack-desktop, etc.) and is not unusual or malicious. The risk is the inherent trust placed in a closed-source vendor binary, which is a medium-level concern by AUR standards but not an active attack or obfuscated payload. Downgrading slightly from the cheaper model's assessment: this is a legitimate vendor binary with a pinned checksum, making it closer to clean/low for an AUR proprietary package, but the prebuilt binary execution from a vendor host with no source verification beyond sha256 keeps it at medium.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Simon <aur at simon42 dot net>
2
3pkgname=fastx-desktop-client
4pkgver=3.2.32
5pkgrel=1
6pkgdesc="Client to connect to StarNet FastX servers"
7arch=('x86_64')
8url="https://www.starnet.com/fastx/"
9license=('custom')
10depends=('brotli' 'bzip2' 'expat' 'freetype2' 'harfbuzz' 'keyutils' 'libglvnd' 'libgpg-error'
11 'libpng' 'libx11' 'libxau' 'libxcb' 'libxdmcp' 'pcre' 'pcre2' 'qt5-svg' 'qt5-webengine'
12 'qt5-websockets' 'qt5-x11extras')
13provides=('FastX3' 'fastxcli')
14options=('!strip')
15
16source=("fastx.desktop"
17 "https://www.starnet.com/files/private/FastX3/FastX3-$pkgver.rhel7.$CARCH.tar.gz")
18sha256sums=('530ccaeaeb97d0a2946f9d18219d2ed6b62d8ae40584c4f465b149760cd615d0'
19 'cf115660e7ba653eba73b4a80e8c34fcff5e59d51ffa1a0c4eed42f2b1084afb')
20
21package() {
22 # Copy FastX client and libraries to proper location
23 mkdir -p "${pkgdir}/opt"
24 cp -dpr --no-preserve=ownership "${srcdir}/FastX3" "${pkgdir}/opt"
25
26 # Symlink FastX client and CLI located in /opt
27 mkdir -p "${pkgdir}/usr/bin"
28 ln -sf /opt/FastX3/FastX3 "${pkgdir}/usr/bin/FastX3"
29 ln -sf /opt/FastX3/fastxcli "${pkgdir}/usr/bin/fastxcli"
30
31 # Install starter
32 install -Dm644 "${srcdir}/fastx.desktop" "${pkgdir}/usr/share/applications/fastx.desktop"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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