nethlink-appimage

maintainer bryanpedini · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing no immediate danger despite the AppImage being a binary blob.

Triggered rules

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing no immediate danger despite the AppImage being a binary blob.

PKGBUILD

1# Maintainer: Bryan Joshua Pedini <bryan [at] pedini [dot] dev>
2
3_pkgname="nethlink"
4_srcname="nethlink"
5_srcmntr="NethServer"
6
7pkgname="${_pkgname}-appimage"
8pkgver="1.5.1"
9pkgrel="1"
10pkgdesc="A tool designed to link NethServer systems and provide remote access tools."
11url="https://github.com/${_srcmntr}/${_srcname}"
12arch=("x86_64")
13license=("unknown")
14options=("!strip" "!debug")
15depends=("fuse2")
16_archive="${_pkgname}-${pkgver}.AppImage"
17source=(
18 "${_archive}::https://github.com/${_srcmntr}/${_srcname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage"
19 "${_pkgname}.desktop"
20 "${_pkgname}.png"
21)
22conflicts=("nethlink")
23provides=("nethlink")
24
25sha256sums=(
26 "837c30a34b2eaa82d60ea14ec892cc74303448c2154b72ea8768bd0e33bd58ac"
27 "1c5d66ad8406cb12645f26e51d5fdac5ff6ad2a90d392dd852ab027d6783aa54"
28 "360ba441787829ab27c306cd0cdb8606d501c210e6d100bc767e2842fde2dc02"
29)
30
31package() {
32 install -Dm755 "${srcdir}/${_archive}" \
33 "${pkgdir}/usr/bin/${_pkgname}"
34 install -Dm644 "$srcdir/${_pkgname}.desktop" \
35 "$pkgdir/usr/share/applications/${_pkgname}.desktop"
36 install -Dm644 "$srcdir/${_pkgname}.png" \
37 "$pkgdir/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
38}
39

Changes since previous scan

--- PKGBUILD @ 2026-07-28 00:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -5,7 +5,7 @@
_srcmntr="NethServer"
pkgname="${_pkgname}-appimage"
-pkgver="1.5.0"
+pkgver="1.5.1"
pkgrel="1"
pkgdesc="A tool designed to link NethServer systems and provide remote access tools."
url="https://github.com/${_srcmntr}/${_srcname}"
@@ -23,7 +23,7 @@
provides=("nethlink")
sha256sums=(
- "0037099373119dbf4894a7073c3664c04d52eb8f07da51f406988a6d9454327a"
+ "837c30a34b2eaa82d60ea14ec892cc74303448c2154b72ea8768bd0e33bd58ac"
"1c5d66ad8406cb12645f26e51d5fdac5ff6ad2a90d392dd852ab027d6783aa54"
"360ba441787829ab27c306cd0cdb8606d501c210e6d100bc767e2842fde2dc02"
)

Scan history

Scanned at (UTC)SeverityRules
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 01:36:52 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 23:33:54 LOW 2

Report a package

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

0 / 4000
Your suggestion