vk-calls-bin
Triggered rules
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:15
source=("${pkgbasename}-${pkgver}-amd64.deb::https://vkcalls-native-ac.vk-apps.com/${pkgver}/${pkgbasename}-amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from vkcalls-native-ac.vk-apps.com, which is a VK (VKontakte) subdomain used for distributing their native application. VK is a major Russian social network and vk-apps.com is their official app distribution domain, so this is not a random personal host — it is the vendor's own CDN/distribution endpoint. The sha256 checksum is pinned, providing integrity verification. However, the binary is a closed-source prebuilt executable from a non-standard packaging channel (not a distro mirror or well-known release page like GitHub releases), and the application itself is a proprietary VK product. The supply-chain concern is real but moderate: if vk-apps.com is compromised or the maintainer updates the URL without updating the checksum, a malicious binary could be installed. This is a standard 'bin' AUR package pattern with the usual risks of prebuilt proprietary binaries. The medium rating is appropriate — it is not a clear attack, but it is an executed binary from a vendor-controlled CDN that cannot be independently audited.
PKGBUILD
1 offending line(s) highlighted# Maintainer: sandboiii <archlinux at sandboiii dot xyz>
# Contributor: vtyulb
pkgname=vk-calls-bin
pkgbasename='vk-calls'
pkgver=1.44.39190
pkgrel=2
pkgdesc="VK Calls for fast conference calls"
arch=('x86_64')
url="https://calls.vk.com"
license=('custom')
depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-webengine' 'hicolor-icon-theme' 'icu76' 'libvpx1.15')
options=('!strip' '!emptydirs')
install=$pkgname.install
source=("${pkgbasename}-${pkgver}-amd64.deb::https://vkcalls-native-ac.vk-apps.com/${pkgver}/${pkgbasename}-amd64.deb")
sha256sums=('3723dcbdcb43fb6c13ad2408a56fdc3d1447abb44f2edcc7e2add3dbc0fbcec1')
package() {
# Extract package data
tar xzf data.tar.gz --no-same-owner -C "${pkgdir}"
# Fix directory structure differences
mv "${pkgdir}/usr/local/bin" "${pkgdir}/usr/"
rm -rf "${pkgdir}/usr/local"
}
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 |