pachca-bin

maintainer konstantin.p · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt x86_64 Electron/native binary .deb from install.pachca.com, which is the vendor's own distribution endpoint (pachca.com is the official Pachca corporate messenger site). The URL 'https://install.pachca.com/linux/deb/x64' is a redirect/alias that always serves the current release rather than a pinned versioned artifact — meaning the b2sum check is the only integrity guard, and it pins a specific build. The b2sum is present and non-trivial, which mitigates the floating-URL risk somewhat. However, the host is not a well-known, independently auditable mirror (e.g. GitHub releases, PyPI, npm), and the binary is executed directly on the user's system. This is a classic medium-severity supply-chain pattern: a prebuilt closed-source binary from a vendor-controlled but non-standard host, where a compromise of install.pachca.com or a silent binary swap before the checksum was recorded could deliver malicious code. The b2sum provides some protection but the floating URL means future pkgrel bumps may not update the sum correctly. No obfuscation, no exfiltration indicators, no piracy concerns — this is a legitimate commercial product distributed via its own infrastructure, but the pattern warrants medium severity.

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:15 source=("Pachca-${pkgver}-amd64.deb::https://install.pachca.com/linux/deb/x64")
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 x86_64 Electron/native binary .deb from install.pachca.com, which is the vendor's own distribution endpoint (pachca.com is the official Pachca corporate messenger site). The URL 'https://install.pachca.com/linux/deb/x64' is a redirect/alias that always serves the current release rather than a pinned versioned artifact — meaning the b2sum check is the only integrity guard, and it pins a specific build. The b2sum is present and non-trivial, which mitigates the floating-URL risk somewhat. However, the host is not a well-known, independently auditable mirror (e.g. GitHub releases, PyPI, npm), and the binary is executed directly on the user's system. This is a classic medium-severity supply-chain pattern: a prebuilt closed-source binary from a vendor-controlled but non-standard host, where a compromise of install.pachca.com or a silent binary swap before the checksum was recorded could deliver malicious code. The b2sum provides some protection but the floating URL means future pkgrel bumps may not update the sum correctly. No obfuscation, no exfiltration indicators, no piracy concerns — this is a legitimate commercial product distributed via its own infrastructure, but the pattern warrants medium severity.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Konstantin <kostyapl@gmail.com>
2# Contributor: Anton <deripas@yandex.ru>
3
4pkgname=pachca-bin
5pkgver=2.8.6
6pkgrel=1
7pkgdesc="Corporate messenger for modern teams"
8arch=('x86_64')
9url="https://www.pachca.com/apps"
10license=('custom')
11conflicts=('pachca')
12depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
13optdepends=('libappindicator-gtk3: Systray indicator support')
14options=('!debug' '!strip')
15source=("Pachca-${pkgver}-amd64.deb::https://install.pachca.com/linux/deb/x64")
16b2sums=('684315d5cac6120954c38f85e7dce9cad730792c47c4f90277a64a6acbcadcfb6fb76529aad815c9dd6431956364abebf0769b99be8195d1c815ec25215c6e9b')
17
18package() {
19 cd "${srcdir}"
20 bsdtar -xf data.tar.xz -C "$pkgdir"
21}
22

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 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
2026-07-15 00:09:25 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