xuanxuan
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.
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-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 |