vkteams-bin
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.
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-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 11:10:51 | 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 |