vkplay-gamecenter-bin
maintainer Stezko
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-standard host (static.gc.vkplay.ru) which is not on the whitelist; the source is a binary package with a fixed checksum, but if the host were compromised or the download intercepted, an attacker could silently supply a malicious payload, constituting a supply-chain risk.
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:16
source=("${pkgname}-${pkgver}-${pkgrel}.deb::https://static.gc.${_url}/gclinux/deb_repo/GameCenterShowcase_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-standard host (static.gc.vkplay.ru) which is not on the whitelist; the source is a binary package with a fixed checksum, but if the host were compromised or the download intercepted, an attacker could silently supply a malicious payload, constituting a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Stezkoy
2
# Maintainer: Mikhail Velichko <efklid@gmail.com>
3
4
pkgname=vkplay-gamecenter-bin
5
pkgdesc='VK Play - online gaming service for game lovers, developers and content creators. The platform combines streaming, esports, a place for communication with like-minded users, a catalog of games and cloud gaming.'
6
pkgver=1.19
7
pkgrel=4
8
arch=('x86_64')
9
_url="vkplay.ru"
10
url="https://vkplay.ru/"
11
license=('ISC')
12
options=('!strip' '!debug' )
13
provides=('vkplay' 'GameCenterShowcase')
14
install=${pkgname}.install
15
depends=('alsa-lib' 'at-spi2-atk' 'cups' 'gtk3' 'mesa' 'nss')
16
source=("${pkgname}-${pkgver}-${pkgrel}.deb::https://static.gc.${_url}/gclinux/deb_repo/GameCenterShowcase_amd64.deb")
17
sha512sums=('321003b155e08efb1c305a633af9914b4a76b5fb4d7d43fd44fd17dcd4c028f63d8d10878d5478aa8751f35490c7ab3a90f4977edb3e37f65e96d0f6411009aa')
18
19
prepare() {
20
tar -xf data.tar.zst
21
}
22
23
package() {
24
cp -dr --no-preserve=ownership usr "${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 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |