lazycat-cloud-client
The package downloads a prebuilt executable from a non-whitelisted, non-standard host (dl.lazycat.cloud), which presents a supply-chain risk if the source were silently swapped, though it is likely the project's official release infrastructure.
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:21
"https://dl.lazycat.cloud/client/desktop/stable/lzc-client-desktop_v${pkgver}.tar.zst"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt executable from a non-whitelisted, non-standard host (dl.lazycat.cloud), which presents a supply-chain risk if the source were silently swapped, though it is likely the project's official release infrastructure.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jove Yu <yushijun110 at 126 dot com>
pkgname=lazycat-cloud-client
pkgver=2.0.25
pkgrel=1
pkgdesc='懒猫微服'
url='https://lazycat.cloud'
arch=('x86_64')
license=('custom')
depends=(
'nspr'
'nss'
'alsa-lib'
'gtk3'
'rclone'
'fuse2')
makedepends=(
'tar')
options=('!strip')
source=(
"https://dl.lazycat.cloud/client/desktop/stable/lzc-client-desktop_v${pkgver}.tar.zst"
"lzc-client-desktop")
install='lazycat-cloud-client.install'
noextract=("lzc-client-desktop_v${pkgver}.tar.zst")
md5sums=('340952219046e8f16824ded6a4dce75a'
'b043322b2f2cfef1f7ff898ec5ae1801')
package() {
install -d ${pkgdir}/opt/lzc-client-desktop/
tar --no-same-owner --no-same-permissions -xf lzc-client-desktop_v${pkgver}.tar.zst -C ${pkgdir}/opt/lzc-client-desktop
# fix desktop file
install -Dm755 ${srcdir}/lzc-client-desktop ${pkgdir}/usr/bin/lzc-client-desktop
install -Dm644 ${pkgdir}/opt/lzc-client-desktop/lzc-client.desktop ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop
install -Dm644 ${pkgdir}/opt/lzc-client-desktop/icon.png ${pkgdir}/usr/share/icons/lzc-client-desktop.png
sed -i 's|Exec=.*|Exec=lzc-client-desktop %U|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop
sed -i 's|Icon=.*|Icon=lzc-client-desktop|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop
# remove rclone
rm ${pkgdir}/opt/lzc-client-desktop/rclone
ln -s /usr/bin/rclone ${pkgdir}/opt/lzc-client-desktop/rclone
}
Changes since previous scan
--- PKGBUILD @ 2026-09-04 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -33,7 +33,7 @@ install -Dm755 ${srcdir}/lzc-client-desktop ${pkgdir}/usr/bin/lzc-client-desktop install -Dm644 ${pkgdir}/opt/lzc-client-desktop/lzc-client.desktop ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop install -Dm644 ${pkgdir}/opt/lzc-client-desktop/icon.png ${pkgdir}/usr/share/icons/lzc-client-desktop.png- sed -i 's|Exec=.*|Exec=lzc-client-desktop|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop+ sed -i 's|Exec=.*|Exec=lzc-client-desktop %U|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop sed -i 's|Icon=.*|Icon=lzc-client-desktop|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop # remove rcloneScan 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 03:56:15 | Medium | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |