xuanxuan

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:11 source=("${pkgname}-${pkgver}.deb::https://www.xuanim.com/dl/xuanxuan/${pkgver}/xuanxuan.${pkgver}.linux.amd64.deb"
MEDIUM AI review 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
1# Contributor: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
2# Contributor: sukanka
3pkgname=xuanxuan
4pkgver=6.4
5pkgrel=1
6pkgdesc="一款面向企业协同的及时通讯软件!"
7arch=('any')
8url="https://xuan.im"
9license=('custom')
10depends=('electron13')
11source=("${pkgname}-${pkgver}.deb::https://www.xuanim.com/dl/xuanxuan/${pkgver}/xuanxuan.${pkgver}.linux.amd64.deb"
12"$pkgname".sh
13)
14sha512sums=('d72ca952b0541b7e5e26fd0bf782d9ba872bf849ff31dc407ece5fea98b62fb6853122fee285b76f239226ee23477d06fdac8bc9c7995f2635a573e28c7d20dd'
15 'b5f6c579c447bb9708183064fc46f728a093e1a0446136f76cdaf593bd73830b00e6e20676f9ab3cfa6cd4d13935a2f9624059521e6dce3b145675678eda080a')
16
17prepare(){
18 cd $srcdir
19 tar -xvf data.tar.xz -C "${srcdir}"
20 cp -rf opt/${pkgname}/resources ${srcdir}/usr/share/${pkgname}
21 sed -i "s|^Exec.*|Exec=xuanxuan %U|g" usr/share/applications/${pkgname}.desktop
22}
23
24package(){
25 cd $srcdir
26 cp -rf usr ${pkgdir}
27 rm -rf ${pkgdir}/usr/share/${pkgname}/bin
28 install -Dm755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
29}
30

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