nomachine-enterprise-client
The package downloads official NoMachine tarballs from the vendor's own domain (download.nomachine.com), which is plausibly the project's official source; the non-whitelisted host is not inherently risky as it is the vendor's designated download infrastructure.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official NoMachine tarballs from the vendor's own domain (download.nomachine.com), which is plausibly the project's official source; the non-whitelisted host is not inherently risky as it is the vendor's designated download infrastructure.
1 higher static finding superseded - not the current verdict (shown for transparency)
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=("https://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_x64_rel}_x86_64.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: wereii <me+aur at wereii.cz>
# Contributor: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
pkgver=9.8.2
_x64_rel=1
_i686_rel=1
pkgrel=1
pkgdesc="Remote desktop application, client only"
groups=('network')
url="http://www.nomachine.com"
license=('custom:"NoMachine EULA"')
arch=('x86_64' 'i686')
options=('!strip')
conflicts=(nomachine nxmanager nxwebplayer nxnode nxclient)
install=nomachine-client.install
backup=(etc/NX/player/localhost/{player,client}.cfg)
source=(player.cfg client.cfg nomachine-client)
source_x86_64=("https://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_x64_rel}_x86_64.tar.gz")
source_i686=("https://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_i686_rel}_i686.tar.gz")
sha256sums=('05cd2ff2a6b613f0502d0abbf8f063b6fbd4f06f6a4ff6ba55756fabe11afd8e'
'81489fe47c19685bc06cc3a0bc35ade4915a36d80b550608e952c675f1c0e3d8'
'f6c071ad1d4b167fd3395536baabf954e6bd8d567e734bb5a58eacaaab15e9a1')
sha256sums_x86_64=('5d7ba262c0ae5ae7c50ba1917dba86ceccd057ab66578a7e3aae351adb2fe0d9')
sha256sums_i686=('a3efe1bdef71636ea659e243e8c8fc7199a25a393c8a53e4995658ef57983a9e')
package()
{
mkdir -p "${pkgdir}/etc/NX/player/localhost"
install -Dm644 player.cfg client.cfg -t "${pkgdir}/etc/NX/player/localhost"
install -dm777 "${pkgdir}/media/nomachine"
install -Dm755 nomachine-client -t "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share"
cd "${pkgdir}/usr/share"
tar -xzf "${srcdir}/NX/etc/NX/player/packages/nxrunner.tar.gz"
tar -xzf "${srcdir}/NX/etc/NX/player/packages/nxplayer.tar.gz"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |