nzyme-bin
maintainer zxp19821005
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb and other assets from the project's official release domain (assets.nzyme.org) and GitHub; while the host is not a standard forge, it is project-owned, and the .deb is standard for distributing prebuilt binaries, making this a normal AUR packaging pattern with low risk.
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 prebuilt .deb and other assets from the project's official release domain (assets.nzyme.org) and GitHub; while the host is not a standard forge, it is project-owned, and the .deb is standard for distributing prebuilt binaries, making this a normal AUR packaging pattern with low risk.
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:21
"${pkgname%-bin}-${pkgver}.deb::https://assets.nzyme.org/releases/${pkgname%-bin}-${pkgver}.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2
# Contributor: Avi Zimmerman <avi.zimmerman@gmail.com>
3
pkgname=nzyme-bin
4
pkgver=1.2.2
5
pkgrel=5
6
pkgdesc="A free and open next-generation WiFi defense system."
7
arch=("x86_64")
8
license=("custom:SSPL")
9
provides=("${pkgname%-bin}=${pkgver}")
10
conflicts=("${pkgname%-bin}")
11
url="https://www.nzyme.org/"
12
_ghurl="https://github.com/lennartkoopmann/nzyme"
13
depends=(
14
'java-runtime'
15
)
16
makedepends=(
17
'gendesk'
18
)
19
options=('!strip')
20
source=(
21
"${pkgname%-bin}-${pkgver}.deb::https://assets.nzyme.org/releases/${pkgname%-bin}-${pkgver}.deb"
22
"LICENSE-${pkgver}::https://raw.githubusercontent.com/lennartkoopmann/nzyme/${pkgver}/COPYING"
23
"${pkgname%-bin}-${pkgver}.png::https://raw.githubusercontent.com/nzymedefense/nzyme/${pkgver}/web-interface/public/static/${pkgname%-bin}.png"
24
)
25
sha256sums=('fb59a0b60736a5ddb03a8c69c2a1b925b25726b32bf32b6e38b710741e5b122b'
26
'34e94c5087ba6e9fb34f35ae71df5e6533c5fc7cbbf6c44186a71e82806b69e1'
27
'2827e52f68087fc4475066f803c3624fb6efa907dad1addda41aa9975d100a34')
28
build() {
29
gendesk -q -f -n --categories "System" --name "${pkgname}" --exec "${pkgname}"
30
bsdtar -xf "${srcdir}/data.tar.gz"
31
sed "s|usr/share|opt|g" -i "${srcdir}/usr/share/${pkgname%-bin}/bin/${pkgname%-bin}"
32
sed "s|/share/${pkgname%-bin}||g" -i "${srcdir}/usr/lib/systemd/system/${pkgname%-bin}.service"
33
}
34
package() {
35
install -Dm644 "${srcdir}/etc/${pkgname%-bin}/log4j2-debian.xml" -t "${pkgdir}/etc/${pkgname%-bin}"
36
install -Dm644 "${srcdir}/etc/${pkgname%-bin}/${pkgname%-bin}.conf.example" "${pkgdir}/etc/${pkgname%-bin}/${pkgname%-bin}.conf"
37
install -Dm755 "${srcdir}/usr/share/${pkgname%-bin}/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
38
install -Dm644 "${srcdir}/usr/share/${pkgname%-bin}/lib/${pkgname%-bin}-${pkgver}.jar" "${pkgdir}/opt/${pkgname%-bin}/${pkgname%-bin}.jar"
39
install -Dm644 "${srcdir}/usr/lib/systemd/system/${pkgname%-bin}.service" -t "${pkgdir}/usr/lib/systemd/system"
40
install -Dm644 "${srcdir}/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
41
install -Dm644 "${srcdir}/${pkgname%-bin}-${pkgver}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
42
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
43
}
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 |