vkteams-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:14
source=("$pkgbasename-$pkgver.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/vkworkspace.tar.xz"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads and installs a prebuilt binary tarball from hb.bizmrg.com, which is VK's own object storage (Mail.ru Group / VK Cloud Solutions S3-compatible storage, 'hb' = Hot Box). This is the official distribution host for VK Teams — the teams.vk.com product is distributed via this CDN. However, from a packaging security standpoint, this is still a prebuilt binary from a vendor-controlled CDN rather than a source build, and the host is not immediately recognizable as 'official' without domain knowledge. The sha256sum is pinned, which mitigates substitution risk. The binary is installed to /opt and executed directly. This is a legitimate vendor binary package (similar to google-chrome-bin, slack-bin, etc.) distributed via the vendor's own storage infrastructure, not a third-party or personal host. The medium rating is borderline — this pattern is standard for proprietary app AUR packages — but the non-obvious host name and prebuilt binary execution justify keeping it at medium rather than clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: sandboiii <archlinux at sandboiii dot xyz>
# Contributor: VHSgunzo <vhsgunzo.github.io>
pkgname='vkteams-bin'
pkgbasename='vkteams'
pkgver=26.1.10.79081
pkgrel=1
pkgdesc='VK Team app for team collaboration'
arch=("x86_64")
url='https://teams.vk.com'
provides=("$pkgbasename")
conflicts=("$pkgbasename")
install=$pkgname.install
source=("$pkgbasename-$pkgver.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/vkworkspace.tar.xz"
"$pkgbasename.sh")
sha256sums=('2934ce988d3f814b649b6d259866380c227d9dc849a0683636499b72959782bf'
'386d38d3b81531c478d65832816b604a5cf28b18b6c0b999933e0a7775ed84bf')
options=('!strip')
optdepends=('hunspell: spell checker'
'hunspell-ru: проверка орфографии')
package() {
install -dm755 "$pkgdir/opt/$pkgbasename"
install -dm755 "$pkgdir/usr/bin"
cp -rP $srcdir/. "$pkgdir/opt/$pkgbasename"
# remove all symlinks
for file in $pkgdir/opt/$pkgbasename/*; do
if [[ -L $file ]]; then
rm -f $file
fi
done
# use enviroment cursor
rm -f "$pkgdir/opt/$pkgbasename/lib/libXcursor.so.1"
install -Dm755 "../$pkgbasename.sh" "$pkgdir/usr/bin/$pkgbasename"
}
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 |