nxmc-bin
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
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)
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# Maintainer: Richard Cesar
pkgname=nxmc-bin
pkgver=6.0.2
pkgrel=1
pkgdesc="Graphical console for NetXMS NMS based on Eclipse."
arch=('x86_64')
url="https://www.netxms.org/"
license=('custom')
depends=(java-environment)
source_x86_64=(
nxmc.desktop
nxmc
icon.png
https://netxms.com/download/releases/6.0/nxmc-${pkgver}-standalone.jar
)
sha256sums_x86_64=(
'a8fd91020c07d78163bcc4988ab94ca192240bb01566138cc6ed531e3d183e9c'
'dbf059c5f1aaadba5a978c2f44c9f9b5af6885a54cf12b8741ee0caf7134b022'
'71c258c332ab3da2dd473f042f92eded7e3d6e97f3bdeff19bbd4a09b9f9691b'
'8fdad8913f6597c91e06ae1b215002bdbce59359cd8b864d7cd07b2e3c0a910f'
)
package() {
install -d "${pkgdir}/opt/nxmc"
install -d "${pkgdir}/usr/share/applications"
install -d "${pkgdir}/usr/share/pixmaps"
install -m644 "${srcdir}/nxmc.desktop" "${pkgdir}/usr/share/applications/nxmc.desktop"
install -m644 "${srcdir}/nxmc-${pkgver}-standalone.jar" "${pkgdir}/opt/nxmc/nxmc-${pkgver}-standalone.jar"
install -m777 "${srcdir}/nxmc" "${pkgdir}/opt/nxmc/nxmc"
sed -i "s/VERSION/${pkgver}/g" ${pkgdir}/opt/nxmc/nxmc
install -m644 "${srcdir}/icon.png" "${pkgdir}/usr/share/pixmaps/nxmc.png"
}
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 |