networkmanager-snx-gnome
CLEAN
maintainer leandro.vital
0 votes
scanned 2026-09-01 00:11:19.967602
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
3
pkgname=networkmanager-snx-gnome
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc='NetworkManager VPN plugin for Check Point SNX/Remote Access (GNOME Settings GTK editor)'
7
arch=('x86_64')
8
url='https://github.com/lvitals/networkmanager-snx'
9
license=('MIT')
10
depends=('glib2' 'gtk4' 'libnma' 'networkmanager' 'networkmanager-snx')
11
makedepends=('meson' 'ninja' 'pkgconf')
12
checkdepends=('valgrind')
13
source=("networkmanager-snx-$pkgver.tar.gz::https://github.com/lvitals/networkmanager-snx/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('6d883f8237cd5d8947a6d8c55705290dc136fa02d77f4d05dfd019724e6717e4')
15
16
build() {
17
arch-meson "networkmanager-snx-$pkgver/gnome" build
18
meson compile -C build
19
}
20
21
check() {
22
meson test -C build --print-errorlogs
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-01 00:11:19 | Clean | 2 |
| 2026-08-31 15:45:42 | Low | 1 |