nxmc-bin
maintainer spidla
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file from the project's official domain netxms.com, which is plausibly the project's own release infrastructure; building from official sources is normal AUR packaging, and the JAR is part of the project's legitimate distribution.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a JAR file from the project's official domain netxms.com, which is plausibly the project's own release infrastructure; building from official sources is normal AUR packaging, and the JAR is part of the project's legitimate distribution.
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:15
https://netxms.com/download/releases/6.0/nxmc-${pkgver}-standalone.jar
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Richard Cesar
2
3
pkgname=nxmc-bin
4
pkgver=6.0.2
5
pkgrel=1
6
pkgdesc="Graphical console for NetXMS NMS based on Eclipse."
7
arch=('x86_64')
8
url="https://www.netxms.org/"
9
license=('custom')
10
depends=(java-environment)
11
source_x86_64=(
12
nxmc.desktop
13
nxmc
14
icon.png
15
https://netxms.com/download/releases/6.0/nxmc-${pkgver}-standalone.jar
16
)
17
sha256sums_x86_64=(
18
'a8fd91020c07d78163bcc4988ab94ca192240bb01566138cc6ed531e3d183e9c'
19
'dbf059c5f1aaadba5a978c2f44c9f9b5af6885a54cf12b8741ee0caf7134b022'
20
'71c258c332ab3da2dd473f042f92eded7e3d6e97f3bdeff19bbd4a09b9f9691b'
21
'8fdad8913f6597c91e06ae1b215002bdbce59359cd8b864d7cd07b2e3c0a910f'
22
)
23
package() {
24
install -d "${pkgdir}/opt/nxmc"
25
install -d "${pkgdir}/usr/share/applications"
26
install -d "${pkgdir}/usr/share/pixmaps"
27
28
install -m644 "${srcdir}/nxmc.desktop" "${pkgdir}/usr/share/applications/nxmc.desktop"
29
install -m644 "${srcdir}/nxmc-${pkgver}-standalone.jar" "${pkgdir}/opt/nxmc/nxmc-${pkgver}-standalone.jar"
30
install -m777 "${srcdir}/nxmc" "${pkgdir}/opt/nxmc/nxmc"
31
32
sed -i "s/VERSION/${pkgver}/g" ${pkgdir}/opt/nxmc/nxmc
33
34
install -m644 "${srcdir}/icon.png" "${pkgdir}/usr/share/pixmaps/nxmc.png"
35
36
}
37
38
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 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |