vkteams-bin

maintainer sandboiii · 4 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:14 source=("$pkgbasename-$pkgver.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/vkworkspace.tar.xz"
MEDIUM AI review 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
1# Maintainer: sandboiii <archlinux at sandboiii dot xyz>
2# Contributor: VHSgunzo <vhsgunzo.github.io>
3
4pkgname='vkteams-bin'
5pkgbasename='vkteams'
6pkgver=26.1.10.79081
7pkgrel=1
8pkgdesc='VK Team app for team collaboration'
9arch=("x86_64")
10url='https://teams.vk.com'
11provides=("$pkgbasename")
12conflicts=("$pkgbasename")
13install=$pkgname.install
14source=("$pkgbasename-$pkgver.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/vkworkspace.tar.xz"
15 "$pkgbasename.sh")
16sha256sums=('2934ce988d3f814b649b6d259866380c227d9dc849a0683636499b72959782bf'
17 '386d38d3b81531c478d65832816b604a5cf28b18b6c0b999933e0a7775ed84bf')
18options=('!strip')
19optdepends=('hunspell: spell checker'
20 'hunspell-ru: проверка орфографии')
21
22package() {
23 install -dm755 "$pkgdir/opt/$pkgbasename"
24 install -dm755 "$pkgdir/usr/bin"
25 cp -rP $srcdir/. "$pkgdir/opt/$pkgbasename"
26
27 # remove all symlinks
28 for file in $pkgdir/opt/$pkgbasename/*; do
29 if [[ -L $file ]]; then
30 rm -f $file
31 fi
32 done
33
34 # use enviroment cursor
35 rm -f "$pkgdir/opt/$pkgbasename/lib/libXcursor.so.1"
36
37 install -Dm755 "../$pkgbasename.sh" "$pkgdir/usr/bin/$pkgbasename"
38}
39

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion