xuanxuan

MEDIUM
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion