zapret-gui-nodejs-bin
MEDIUM
maintainer wlroots
0 votes
scanned 2026-09-22 13:37:53.609286
Why flagged
The package installs a prebuilt binary from a GitHub release without source availability, creating a supply-chain risk if the release asset were compromised.
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.
Medium
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release without source availability, creating a supply-chain risk if the release asset were compromised.
PKGBUILD
1
# Maintainer: Vladimir (wlroots)
2
pkgname=zapret-gui-nodejs-bin
3
pkgver=1.0.8
4
pkgrel=1
5
pkgdesc="A graphical user interface (GUI) for Zapret and Telegram proxy designed to bypass DPI blocks."
6
arch=('x86_64')
7
url="https://github.com/AvenCores/zapret-gui-nodejs"
8
license=('GPL3')
9
depends=(
10
'nftables'
11
'iproute2'
12
'procps-ng'
13
'polkit'
14
)
15
16
options=('!strip' '!debug')
17
optdepends=(
18
'libappindicator-gtk3: for system tray icon support'
19
)
20
21
provides=("${pkgname%-bin}")
22
conflicts=("${pkgname%-bin}")
23
24
source_x86_64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/Zapret-GUI-${pkgver}.deb")
25
sha256sums_x86_64=('60c7d5105f19b06e6ef43b777bd81b34de0749ba7501bc1073d3ecfc0808a91d')
26
27
package() {
28
bsdtar -xf "${srcdir}/data.tar."* -C "${pkgdir}"
29
chmod -R 755 "${pkgdir}"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 13:37:53 | Medium | 2 |