networkmanager-snx-plasma

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%): The package builds from a source tarball hosted on the project's own GitHub repository, which is a legitimate and expected practice; the flagged low votes and recent upload are not indicative of malicious intent or supply-chain risk.

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-plasma
4pkgver=0.1.0
5pkgrel=1
6pkgdesc='NetworkManager VPN plugin for Check Point SNX/Remote Access (KDE Plasma Qt editor, no GTK dependency)'
7arch=('x86_64')
8url='https://github.com/lvitals/networkmanager-snx'
9license=('MIT')
10depends=('glib2' 'networkmanager' 'qt6-base' 'kcoreaddons' 'kwidgetsaddons' 'networkmanager-qt' 'plasma-nm' 'networkmanager-snx')
11makedepends=('cmake' 'pkgconf')
12source=("networkmanager-snx-$pkgver.tar.gz::https://github.com/lvitals/networkmanager-snx/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('6d883f8237cd5d8947a6d8c55705290dc136fa02d77f4d05dfd019724e6717e4')
14
15build() {
16 cmake -S "networkmanager-snx-$pkgver/plasma" -B build \
17 -DCMAKE_INSTALL_PREFIX=/usr \
18 -DCMAKE_BUILD_TYPE=None \
19 -Wno-dev
20 cmake --build build
21}
22
23package() {
24 DESTDIR="$pkgdir" cmake --install build
25 install -Dm644 "networkmanager-snx-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26}
27

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