vk-workspace-bin
The binary tarball is downloaded from hb.bizmrg.com which is VK's own cloud storage (Mail.ru/VK Group's object storage), making it plausibly the project's official distribution channel rather than an unrelated swappable host; checksums are present and non-SKIP, so the package is verifiable at build time.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): The binary tarball is downloaded from hb.bizmrg.com which is VK's own cloud storage (Mail.ru/VK Group's object storage), making it plausibly the project's official distribution channel rather than an unrelated swappable host; checksums are present and non-SKIP, so the package is verifiable at build time.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/$pkgbasename.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: sandboiii <archlinux at sandboiii dot xyz>
# Contributor: VHSgunzo <vhsgunzo.github.io>
pkgname='vk-workspace-bin'
pkgbasename='vkworkspace'
pkgver=26.3.0.132272
pkgrel=1
pkgdesc='VK WorkSpace app for team collaboration'
arch=("x86_64")
url='https://workspace.vk.ru/'
provides=("$pkgbasename" 'vkteams')
conflicts=("$pkgbasename" 'vkteams')
replaces=('vkteams-bin' 'vkteams')
install=$pkgname.install
source=("$pkgbasename-$pkgver.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/$pkgbasename.tar.xz"
"$pkgbasename.sh")
sha256sums=('7a399ea8d124c800ead64434e28ed18c0d911154e30b19cbfb1dba39953b9f8a'
'1682a949a32b87b322c5490ec0ca380421a8a4c45d13948bac097986e02905bb')
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-06 11:12:46 | Low | 3 |
| 2026-09-06 11:10:51 | Medium | 3 |