vk-workspace-bin

LOW
maintainer sandboiii 4 votes scanned 2026-09-06 11:12:46.148428
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding 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)
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:15 source=("$pkgbasename-$pkgver.tar.xz::https://hb.bizmrg.com/vkteams-www/linux/x64/$pkgver/$pkgbasename.tar.xz"

PKGBUILD

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 11:12:46 Low 3
2026-09-06 11:10:51 Medium 3

Report a package

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

0 / 4000
Your suggestion