bitrix24

MEDIUM
maintainer Ganin 8 votes scanned 2026-09-17 00:27:14.276658
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-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 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
2026-08-29 00:29:17 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