velumvpn-bin

maintainer Jidos · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary archive from a GitHub release with a skipped checksum, creating a supply-chain risk if the source 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 90%): The package downloads a prebuilt binary archive from a GitHub release with a skipped checksum, creating a supply-chain risk if the source were compromised.

PKGBUILD

1# Maintainer: VelumVPN <jidos971@gmail.com>
2pkgname=velumvpn-bin
3pkgver=1.1.18
4pkgrel=1
5pkgdesc="VPN-клиент для обхода блокировок в России"
6arch=('x86_64')
7url="https://github.com/Jidos86/VelumVPN"
8license=('custom')
9depends=('libappindicator-gtk3' 'c-ares' 'http-parser')
10provides=('velumvpn')
11conflicts=('velumvpn')
12options=('!strip')
13install="${pkgname}.install"
14
15source_x86_64=("${pkgname}-${pkgver}.pkg.tar.xz::https://github.com/Jidos86/VelumVPN/releases/download/${pkgver}/VelumVPN_x64.pkg.tar.xz")
16sha256sums_x86_64=('SKIP')
17
18package() {
19 bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.pkg.tar.xz" \
20 --exclude='.PKGINFO' \
21 --exclude='.INSTALL' \
22 --exclude='.MTREE' \
23 --exclude='.BUILDINFO' \
24 -C "${pkgdir}/"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 13:20:32 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