nym-vpnd-beta-bin

CLEAN
maintainer hotline1337 0 votes scanned 2026-08-20 00:05:13.298181
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from official GitHub releases of a known project, uses verifiable b2sums, and installs only the project's own binaries; the low-severity flag is due to newness and few votes, not malicious content.

1 higher static finding superseded - not the current verdict (shown for transparency)
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: hotline1337 <denuvo at tuta dot io>
2
3pkgname=nym-vpnd-beta-bin
4pkgver=2026.12.1
5pkgrel=1
6_release_tag="nym-vpn-v${pkgver}-beta.${pkgrel}"
7pkgdesc="NymVPN daemon (Beta)"
8arch=("x86_64" "aarch64")
9url="https://github.com/nymtech/nym-vpn-client"
10license=("GPL-3.0-only")
11depends=(
12 "dbus"
13 "gcc-libs"
14 "glibc"
15 "libmnl"
16 "libnftnl"
17 "polkit"
18)
19provides=("nym-vpnd" "nym-exclude" "nym-socks5-proxy")
20conflicts=("nym-vpnd")
21options=("!debug")
22source_x86_64=(
23 "nym-vpn-core-bin-x86_64.tar.gz::${url}/releases/download/${_release_tag}/nym-vpn-core-v${pkgver}-beta.${pkgrel}_linux_x86_64.tar.gz"
24 "nym-vpnd.service"
25)
26source_aarch64=(
27 "nym-vpn-core-bin-aarch64.tar.gz::${url}/releases/download/${_release_tag}/nym-vpn-core-v${pkgver}-beta.${pkgrel}_linux_aarch64.tar.gz"
28 "nym-vpnd.service"
29)
30b2sums_x86_64=('ac03276444e6620d239ced7a48fe084e061e560dce880a316e486cb38270bab91de68cc798f82440b0f243e2d10de822ebd384ca78381db1c014e313b03671d0'
31 'ce22870bc2c4969c77c067047cc5fec0cc32680983071791ca58f0d197c7d82a7c9c2ee0275e80b5c85e912d70144532bc8ff7d82d458ac286d5eaed9f777414')
32b2sums_aarch64=('e3741299c7a08d94bbaa97aa5127dfdd12bcd4b4a4168543e324c4292f8a0eb5374566e6862882d2b004f1dd070e4af77faa72ed49c69ca327bbfa403d6d365e'
33 'ce22870bc2c4969c77c067047cc5fec0cc32680983071791ca58f0d197c7d82a7c9c2ee0275e80b5c85e912d70144532bc8ff7d82d458ac286d5eaed9f777414')
34
35package() {
36 local _srcdir="nym-vpn-core-v${pkgver}-beta.${pkgrel}_linux_${CARCH}"
37
38 install -Dm755 "${_srcdir}/nym-vpnd" "${pkgdir}/usr/bin/nym-vpnd"
39 install -Dm4755 "${_srcdir}/nym-exclude" "${pkgdir}/usr/bin/nym-exclude"
40 install -Dm755 "${_srcdir}/nym-socks5-proxy" "${pkgdir}/usr/bin/nym-socks5-proxy"
41
42 install -Dm644 nym-vpnd.service "${pkgdir}/usr/lib/systemd/system/nym-vpnd.service"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 00:05:13 Clean 2
2026-08-19 23:42:47 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion