vkteams-bin

MEDIUM
maintainer sandboiii 4 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion