xuanxuan
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:11
source=("${pkgname}-${pkgver}.deb::https://www.xuanim.com/dl/xuanxuan/${pkgver}/xuanxuan.${pkgver}.linux.amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from xuanim.com (the official project domain matching url='https://xuan.im', with xuanim.com being the download mirror for the same project). The sha512sums are present and pin the binary. However, this is still a prebuilt Electron application binary extracted from a .deb and installed directly — not built from source — and the host is not a major distribution mirror. The sha512sum for the .deb appears to be only 127 hex characters (should be 128 for SHA-512), which is suspicious and may indicate a truncated/corrupted checksum, potentially weakening integrity verification. The actual risk is a prebuilt binary from a semi-official but small vendor host with a potentially malformed checksum, which warrants medium severity as a supply-chain concern.
PKGBUILD
1 offending line(s) highlighted# Contributor: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
# Contributor: sukanka
pkgname=xuanxuan
pkgver=6.4
pkgrel=1
pkgdesc="一款面向企业协同的及时通讯软件!"
arch=('any')
url="https://xuan.im"
license=('custom')
depends=('electron13')
source=("${pkgname}-${pkgver}.deb::https://www.xuanim.com/dl/xuanxuan/${pkgver}/xuanxuan.${pkgver}.linux.amd64.deb"
"$pkgname".sh
)
sha512sums=('d72ca952b0541b7e5e26fd0bf782d9ba872bf849ff31dc407ece5fea98b62fb6853122fee285b76f239226ee23477d06fdac8bc9c7995f2635a573e28c7d20dd'
'b5f6c579c447bb9708183064fc46f728a093e1a0446136f76cdaf593bd73830b00e6e20676f9ab3cfa6cd4d13935a2f9624059521e6dce3b145675678eda080a')
prepare(){
cd $srcdir
tar -xvf data.tar.xz -C "${srcdir}"
cp -rf opt/${pkgname}/resources ${srcdir}/usr/share/${pkgname}
sed -i "s|^Exec.*|Exec=xuanxuan %U|g" usr/share/applications/${pkgname}.desktop
}
package(){
cd $srcdir
cp -rf usr ${pkgdir}
rm -rf ${pkgdir}/usr/share/${pkgname}/bin
install -Dm755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
}
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 |