zapret-gui-nodejs-bin

MEDIUM
maintainer wlroots 0 votes scanned 2026-09-22 13:37:53.609286
View on AUR
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)
2pkgname=zapret-gui-nodejs-bin
3pkgver=1.0.8
4pkgrel=1
5pkgdesc="A graphical user interface (GUI) for Zapret and Telegram proxy designed to bypass DPI blocks."
6arch=('x86_64')
7url="https://github.com/AvenCores/zapret-gui-nodejs"
8license=('GPL3')
9depends=(
10 'nftables'
11 'iproute2'
12 'procps-ng'
13 'polkit'
14)
15
16options=('!strip' '!debug')
17optdepends=(
18 'libappindicator-gtk3: for system tray icon support'
19)
20
21provides=("${pkgname%-bin}")
22conflicts=("${pkgname%-bin}")
23
24source_x86_64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/Zapret-GUI-${pkgver}.deb")
25sha256sums_x86_64=('60c7d5105f19b06e6ef43b777bd81b34de0749ba7501bc1073d3ecfc0808a91d')
26
27package() {
28 bsdtar -xf "${srcdir}/data.tar."* -C "${pkgdir}"
29 chmod -R 755 "${pkgdir}"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 13:37:53 Medium 2

Report a package

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

0 / 4000
Your suggestion