pachca-bin
Triggered rules
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")
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# Maintainer: Konstantin <kostyapl@gmail.com>
# Contributor: Anton <deripas@yandex.ru>
pkgname=pachca-bin
pkgver=2.8.6
pkgrel=1
pkgdesc="Corporate messenger for modern teams"
arch=('x86_64')
url="https://www.pachca.com/apps"
license=('custom')
conflicts=('pachca')
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
optdepends=('libappindicator-gtk3: Systray indicator support')
options=('!debug' '!strip')
source=("Pachca-${pkgver}-amd64.deb::https://install.pachca.com/linux/deb/x64")
b2sums=('684315d5cac6120954c38f85e7dce9cad730792c47c4f90277a64a6acbcadcfb6fb76529aad815c9dd6431956364abebf0769b99be8195d1c815ec25215c6e9b')
package() {
cd "${srcdir}"
bsdtar -xf data.tar.xz -C "$pkgdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |