networkmanager-snx-gnome

CLEAN
maintainer leandro.vital 0 votes scanned 2026-09-01 00:11:19.967602
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%): Package builds from source hosted on the maintainer's GitHub repository, which matches the project's official location; all dependencies and sources are legitimate and non-executable data or buildable source code with no signs of malicious intent or supply-chain risks.

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: Leandro V. Catarin <leavitals@gmail.com>
2
3pkgname=networkmanager-snx-gnome
4pkgver=0.1.0
5pkgrel=1
6pkgdesc='NetworkManager VPN plugin for Check Point SNX/Remote Access (GNOME Settings GTK editor)'
7arch=('x86_64')
8url='https://github.com/lvitals/networkmanager-snx'
9license=('MIT')
10depends=('glib2' 'gtk4' 'libnma' 'networkmanager' 'networkmanager-snx')
11makedepends=('meson' 'ninja' 'pkgconf')
12checkdepends=('valgrind')
13source=("networkmanager-snx-$pkgver.tar.gz::https://github.com/lvitals/networkmanager-snx/archive/refs/tags/v$pkgver.tar.gz")
14sha256sums=('6d883f8237cd5d8947a6d8c55705290dc136fa02d77f4d05dfd019724e6717e4')
15
16build() {
17 arch-meson "networkmanager-snx-$pkgver/gnome" build
18 meson compile -C build
19}
20
21check() {
22 meson test -C build --print-errorlogs
23}
24
25package() {
26 meson install -C build --destdir "$pkgdir"
27 install -Dm644 "networkmanager-snx-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 00:11:19 Clean 2
2026-08-31 15:45:42 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