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>
2
pkgname=velumvpn-bin
3
pkgver=1.1.18
4
pkgrel=1
5
pkgdesc="VPN-клиент для обхода блокировок в России"
6
arch=('x86_64')
7
url="https://github.com/Jidos86/VelumVPN"
8
license=('custom')
9
depends=('libappindicator-gtk3' 'c-ares' 'http-parser')
10
provides=('velumvpn')
11
conflicts=('velumvpn')
12
options=('!strip')
13
install="${pkgname}.install"
14
15
source_x86_64=("${pkgname}-${pkgver}.pkg.tar.xz::https://github.com/Jidos86/VelumVPN/releases/download/${pkgver}/VelumVPN_x64.pkg.tar.xz")
16
sha256sums_x86_64=('SKIP')
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 13:20:32 | MEDIUM | 2 |