chatstack
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:22
source_i686=("${pkgname}-beta-i386.deb::https://uploads.stardevelop.com/linux/${pkgname}-${pkgver}-i386.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads prebuilt .deb binaries from uploads.stardevelop.com, which is not the official chatstack.com domain but appears to be a related upload/CDN host used by the same vendor (stardevelop.com is the company behind Chatstack). The binaries are extracted and installed directly without rebuilding from source. SHA256 checksums are present and pinned, which mitigates substitution risk somewhat. However, the host is not the canonical vendor domain (chatstack.com), the package is quite old (gtk2, libudev0 dependencies suggest abandoned/unmaintained software), and prebuilt binaries from a secondary host with no source build represent a genuine supply-chain concern. The risk is real but not clearly malicious — this is a legitimate medium rating.
PKGBUILD
1 offending line(s) highlighted# Chatstack (Beta) package
# Maintained by Dave Saunders - archlinux DOT org AT d-j-s DOT co
pkgname="chatstack"
pkgver=2.2.5000
pkgrel=3
pkgdesc="Live chat application for chatting with your web site visitors.
This package requires a web server that is already running the
Chatstack server software."
arch=('i686' 'x86_64')
license=('MIT' 'unknown')
url="https://www.chatstack.com/"
depends=('gconf' 'glib2' 'gtk2' 'gvfs' 'libcap' 'libgcrypt' 'libnotify' 'libudev0' 'libxtst' 'nss' 'xdg-utils')
optdepends=('libgnome-keyring'
'lsb-release')
options=('!strip' '!emptydirs')
install="${pkgname}.install"
source_i686=("${pkgname}-beta-i386.deb::https://uploads.stardevelop.com/linux/${pkgname}-${pkgver}-i386.deb")
source_x86_64=("${pkgname}-beta-amd64.deb::https://uploads.stardevelop.com/linux/${pkgname}-${pkgver}-amd64.deb")
sha256sums_i686=('67417645309af2236166c2403976f91e87a96a6f6e6ee87850a2842f399b10de')
sha256sums_x86_64=('58cc9c4128172f7c6e2ef14e8402fd62232bbc96a44dd039865bb7879d6131dc')
package () {
msg2 "Extracting the useful files..."
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 |