fastx-desktop-client
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
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")
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# Maintainer: Simon <aur at simon42 dot net>
pkgname=fastx-desktop-client
pkgver=3.2.32
pkgrel=1
pkgdesc="Client to connect to StarNet FastX servers"
arch=('x86_64')
url="https://www.starnet.com/fastx/"
license=('custom')
depends=('brotli' 'bzip2' 'expat' 'freetype2' 'harfbuzz' 'keyutils' 'libglvnd' 'libgpg-error'
'libpng' 'libx11' 'libxau' 'libxcb' 'libxdmcp' 'pcre' 'pcre2' 'qt5-svg' 'qt5-webengine'
'qt5-websockets' 'qt5-x11extras')
provides=('FastX3' 'fastxcli')
options=('!strip')
source=("fastx.desktop"
"https://www.starnet.com/files/private/FastX3/FastX3-$pkgver.rhel7.$CARCH.tar.gz")
sha256sums=('530ccaeaeb97d0a2946f9d18219d2ed6b62d8ae40584c4f465b149760cd615d0'
'cf115660e7ba653eba73b4a80e8c34fcff5e59d51ffa1a0c4eed42f2b1084afb')
package() {
# Copy FastX client and libraries to proper location
mkdir -p "${pkgdir}/opt"
cp -dpr --no-preserve=ownership "${srcdir}/FastX3" "${pkgdir}/opt"
# Symlink FastX client and CLI located in /opt
mkdir -p "${pkgdir}/usr/bin"
ln -sf /opt/FastX3/FastX3 "${pkgdir}/usr/bin/FastX3"
ln -sf /opt/FastX3/fastxcli "${pkgdir}/usr/bin/fastxcli"
# Install starter
install -Dm644 "${srcdir}/fastx.desktop" "${pkgdir}/usr/share/applications/fastx.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |