subnetdesk-bin
LOW
maintainer czyt
0 votes
scanned 2026-09-05 14:00:22.289320
Why flagged
The package installs prebuilt binaries from the project's official GitHub releases, which is normal for -bin packages; the low severity reflects few votes and recent upload, not malicious content.
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 prebuilt binaries from the project's official GitHub releases, which is normal for -bin packages; the low severity reflects few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: czyt <czytcn@gmail.com>
2
pkgname=subnetdesk-bin
3
pkgver=1.3.0
4
pkgrel=2
5
pkgdesc="LAN-only remote desktop based on RustDesk"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/zibo-chen/SubnetDesk"
8
license=('AGPL-3.0-only')
9
depends=(
10
'gtk3'
11
'xdotool'
12
'libxcb'
13
'libxfixes'
14
'libxtst'
15
'libxkbcommon'
16
'libpulse'
17
'alsa-lib'
18
'curl'
19
'libva'
20
'pam'
21
'gst-plugins-base'
22
'gst-plugin-pipewire'
23
)
24
optdepends=('libayatana-appindicator: tray icon')
25
provides=('subnetdesk')
26
conflicts=('subnetdesk')
27
options=('!strip')
28
29
_deb_x86_64="subnetdesk-${pkgver}-x86_64.deb"
30
_deb_aarch64="subnetdesk-${pkgver}-aarch64.deb"
31
source_x86_64=("${_deb_x86_64}::${url}/releases/download/v${pkgver}/subnetdesk-${pkgver}-x86_64.deb")
32
source_aarch64=("${_deb_aarch64}::${url}/releases/download/v${pkgver}/subnetdesk-${pkgver}-aarch64.deb")
33
sha256sums_x86_64=('59686cd464204dfc898473a49c1b80260b61b67dc2e6ce11b20ec60abdc7329a')
34
sha256sums_aarch64=('93f5a83c4a5f4eb10c59a43a08ce0b3797103084972a0950c17633e6344703b4')
35
36
package() {
37
local _deb_var="_deb_${CARCH}"
38
local _deb="${!_deb_var}"
39
40
bsdtar -xOf "${srcdir}/${_deb}" data.tar.xz |
41
bsdtar --no-same-owner -xf - -C "${pkgdir}"
42
43
# The deb links the launcher into /usr/bin in its postinst script
44
install -dm755 "${pkgdir}/usr/bin"
45
ln -sf /usr/share/subnetdesk/subnetdesk "${pkgdir}/usr/bin/subnetdesk"
46
47
# The deb installs the service in its postinst; ship it unenabled here
48
install -Dm644 "${pkgdir}/usr/share/subnetdesk/files/systemd/subnetdesk.service" \
49
"${pkgdir}/usr/lib/systemd/system/subnetdesk.service"
50
51
chmod -R u=rwX,go=rX "${pkgdir}"
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 2 |