secria-vpn-bin

MEDIUM
maintainer Pahheb 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt .deb binaries from a non-whitelisted host (secria.me) without a verifiable upstream source, posing a supply-chain risk if the host is compromised or malicious.

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:17 source_x86_64=("https://secria.me/download/linux/${pkgname%-bin}_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt .deb binaries from a non-whitelisted host (secria.me) without a verifiable upstream source, posing a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Konstantin Rannev <konstantin d0t rannev @t secria d0t me>
2
3pkgname=secria-vpn-bin
4pkgver=1.0.5
5pkgrel=1
6pkgdesc="Native client with WireGuard and the post-quantum preshared key"
7arch=('x86_64' 'aarch64')
8url="https://secria.me"
9license=('LicenseRef-SecriaTerms')
10depends=('wireguard-tools' 'nftables' 'iproute2' 'hicolor-icon-theme')
11provides=("${pkgname%-bin}=$pkgver")
12conflicts=("${pkgname%-bin}")
13
14source=("LICENSE")
15sha256sums=('b082d2bb6f0da30ec8686931e15caa4e00dd2e642f4f033440680783465f5b14')
16
17source_x86_64=("https://secria.me/download/linux/${pkgname%-bin}_${pkgver}_amd64.deb")
18sha256sums_x86_64=('e2756c5792f09a606d497f2aa32e4bce2d6c03701c089abcdf287b0f9040f9c7')
19
20source_aarch64=("https://secria.me/download/linux/${pkgname%-bin}_${pkgver}_arm64.deb")
21sha256sums_aarch64=('5e713ef4f6b8edb4edd1ea26dbd279dd2a1b9fc38b4dcf9eae67f0121d6dbbac')
22
23package() {
24 # RPMs are automatically extracted into $srcdir
25 cd "$srcdir"
26
27 # Extract the data archive into the package root
28 bsdtar -xf data.tar.xz -C "$pkgdir/"
29
30 # Install the Terms of Service as the license
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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