bitrix24

maintainer Ganin · 8 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from dl.bitrix24.com, which is the official Bitrix24 vendor CDN (same company as bitrix24.com). The sha256sum is pinned, which mitigates substitution attacks at rest. However, the URL is a 'latest' redirect (bitrix24_desktop.deb without a version in the path), meaning the downloaded file could change between when the checksum was recorded and when a user builds — though makepkg will catch any mismatch. The real concern is that this is a closed-source Electron-style desktop application binary extracted directly from a vendor .deb and installed into /opt, with no source code review possible. The host is the official vendor domain, not a personal or unofficial mirror, so this is standard practice for proprietary AUR packages (similar to google-chrome, slack, zoom, etc.). The sha256 pin provides integrity protection. This pattern is common and accepted in the AUR for proprietary software. The cheaper model's MEDIUM rating is a marginal false positive — this is the official vendor host with a pinned checksum — but the executed binary nature of the payload keeps it from being fully 'clean'. Downgrading to medium is defensible only because of the non-versioned URL (floating latest), which means the pinned sha256 is the only guard against receiving a different binary than expected.

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:12 source=("bitrix24_desktop-${pkgver}.deb::https://dl.bitrix24.com/b24/bitrix24_desktop.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from dl.bitrix24.com, which is the official Bitrix24 vendor CDN (same company as bitrix24.com). The sha256sum is pinned, which mitigates substitution attacks at rest. However, the URL is a 'latest' redirect (bitrix24_desktop.deb without a version in the path), meaning the downloaded file could change between when the checksum was recorded and when a user builds — though makepkg will catch any mismatch. The real concern is that this is a closed-source Electron-style desktop application binary extracted directly from a vendor .deb and installed into /opt, with no source code review possible. The host is the official vendor domain, not a personal or unofficial mirror, so this is standard practice for proprietary AUR packages (similar to google-chrome, slack, zoom, etc.). The sha256 pin provides integrity protection. This pattern is common and accepted in the AUR for proprietary software. The cheaper model's MEDIUM rating is a marginal false positive — this is the official vendor host with a pinned checksum — but the executed binary nature of the payload keeps it from being fully 'clean'. Downgrading to medium is defensible only because of the non-versioned URL (floating latest), which means the pinned sha256 is the only guard against receiving a different binary than expected.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alex Ganin <alex at ganin dot tech>
2# Maintainer: Andrew Shark <ashark at linuxcomp dot ru>
3# Maintainer: Evandro Begati <evandroalb at gmail dot com>
4
5pkgname=bitrix24
6pkgver=22.0.28.91
7pkgrel=2
8pkgdesc="Bitrix24 unified workspace app (CRM, comms, tasks, and more)"
9arch=("x86_64")
10url="https://www.bitrix24.com/apps/desktop.php"
11license=("custom")
12source=("bitrix24_desktop-${pkgver}.deb::https://dl.bitrix24.com/b24/bitrix24_desktop.deb")
13sha256sums=("a5c947100d1e18c2a7362dc535a6967e03f031e476ef87fc057d04d823553942")
14
15depends=(gtk3 libxss libappindicator-gtk3 nss alsa-lib libx11 glibc)
16
17package() {
18 tar -xf data.tar.xz -C "${pkgdir}"
19
20 chmod -R a+rX "${pkgdir}"/opt/Bitrix24
21 chmod -R a+rX "${pkgdir}"/usr/share/applications
22 chmod -R a+rX "${pkgdir}"/usr/share/icons
23
24 install -d "${pkgdir}/usr/bin"
25 for _x in Bitrix24-web Bitrix24 BDisk; do
26 ln -s "/opt/Bitrix24/$_x" "${pkgdir}/usr/bin/$_x"
27 done
28}
29

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 15:27:57 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

Report a package

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

0 / 4000
Your suggestion