nomachine-enterprise-client
maintainer wereii
· 16 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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: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
1
# Maintainer: wereii <me+aur at wereii.cz>
2
# Contributor: FD <fxd@seznam.cz>
3
4
pkgname=nomachine-enterprise-client
5
pkgver=9.8.2
6
_x64_rel=1
7
_i686_rel=1
8
pkgrel=1
9
pkgdesc="Remote desktop application, client only"
10
groups=('network')
11
url="http://www.nomachine.com"
12
license=('custom:"NoMachine EULA"')
13
arch=('x86_64' 'i686')
14
options=('!strip')
15
conflicts=(nomachine nxmanager nxwebplayer nxnode nxclient)
16
install=nomachine-client.install
17
backup=(etc/NX/player/localhost/{player,client}.cfg)
18
19
source=(player.cfg client.cfg nomachine-client)
20
source_x86_64=("https://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_x64_rel}_x86_64.tar.gz")
21
source_i686=("https://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_i686_rel}_i686.tar.gz")
22
23
sha256sums=('05cd2ff2a6b613f0502d0abbf8f063b6fbd4f06f6a4ff6ba55756fabe11afd8e'
24
'81489fe47c19685bc06cc3a0bc35ade4915a36d80b550608e952c675f1c0e3d8'
25
'f6c071ad1d4b167fd3395536baabf954e6bd8d567e734bb5a58eacaaab15e9a1')
26
sha256sums_x86_64=('5d7ba262c0ae5ae7c50ba1917dba86ceccd057ab66578a7e3aae351adb2fe0d9')
27
sha256sums_i686=('a3efe1bdef71636ea659e243e8c8fc7199a25a393c8a53e4995658ef57983a9e')
28
29
30
31
package()
32
{
33
mkdir -p "${pkgdir}/etc/NX/player/localhost"
34
install -Dm644 player.cfg client.cfg -t "${pkgdir}/etc/NX/player/localhost"
35
36
install -dm777 "${pkgdir}/media/nomachine"
37
38
install -Dm755 nomachine-client -t "${pkgdir}/usr/bin"
39
40
mkdir -p "${pkgdir}/usr/share"
41
42
cd "${pkgdir}/usr/share"
43
tar -xzf "${srcdir}/NX/etc/NX/player/packages/nxrunner.tar.gz"
44
tar -xzf "${srcdir}/NX/etc/NX/player/packages/nxplayer.tar.gz"
45
}
46
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: FD <fxd@seznam.cz> pkgname=nomachine-enterprise-client-pkgver=9.4.14+pkgver=9.8.2 _x64_rel=1 _i686_rel=1 pkgrel=1@@ -23,8 +23,8 @@ sha256sums=('05cd2ff2a6b613f0502d0abbf8f063b6fbd4f06f6a4ff6ba55756fabe11afd8e' '81489fe47c19685bc06cc3a0bc35ade4915a36d80b550608e952c675f1c0e3d8' 'f6c071ad1d4b167fd3395536baabf954e6bd8d567e734bb5a58eacaaab15e9a1')-sha256sums_x86_64=('95190cdc1db566e224d2f2ebbbeeb98bade177faeddd138a3bf9a7b10c121d0d')-sha256sums_i686=('a5d50e3a8587ee2fbf1c2d1ab539f23a72cde60a391bc74ac1d9b44b006e8db2')+sha256sums_x86_64=('5d7ba262c0ae5ae7c50ba1917dba86ceccd057ab66578a7e3aae351adb2fe0d9')+sha256sums_i686=('a3efe1bdef71636ea659e243e8c8fc7199a25a393c8a53e4995658ef57983a9e') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 19:17:41 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |