lazycat-cloud-client

maintainer JoveYu · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from the project's own domain (dl.lazycat.cloud), which is plausibly official despite not being on a standard host; the tarball is integrity-verified via md5sum, and the build process installs only verified files and sets a capability on a bundled binary, which is a legitimate requirement for network administration tools.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from the project's own domain (dl.lazycat.cloud), which is plausibly official despite not being on a standard host; the tarball is integrity-verified via md5sum, and the build process installs only verified files and sets a capability on a bundled binary, which is a legitimate requirement for network administration tools.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:21 "https://dl.lazycat.cloud/client/desktop/stable/lzc-client-desktop_v${pkgver}.tar.zst"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jove Yu <yushijun110 at 126 dot com>
2
3pkgname=lazycat-cloud-client
4pkgver=2.0.21
5pkgrel=1
6pkgdesc='懒猫微服'
7url='https://lazycat.cloud'
8arch=('x86_64')
9license=('custom')
10depends=(
11 'nspr'
12 'nss'
13 'alsa-lib'
14 'gtk3'
15 'rclone'
16 'fuse2')
17makedepends=(
18 'tar')
19options=('!strip')
20source=(
21 "https://dl.lazycat.cloud/client/desktop/stable/lzc-client-desktop_v${pkgver}.tar.zst"
22 "lzc-client-desktop")
23install='lazycat-cloud-client.install'
24noextract=("lzc-client-desktop_v${pkgver}.tar.zst")
25md5sums=('a58a8356d8fdd294ffc2c696db89af67'
26 'b043322b2f2cfef1f7ff898ec5ae1801')
27
28package() {
29 install -d ${pkgdir}/opt/lzc-client-desktop/
30 tar --no-same-owner --no-same-permissions -xf lzc-client-desktop_v${pkgver}.tar.zst -C ${pkgdir}/opt/lzc-client-desktop
31
32 # fix desktop file
33 install -Dm755 ${srcdir}/lzc-client-desktop ${pkgdir}/usr/bin/lzc-client-desktop
34 install -Dm644 ${pkgdir}/opt/lzc-client-desktop/lzc-client.desktop ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop
35 install -Dm644 ${pkgdir}/opt/lzc-client-desktop/icon.png ${pkgdir}/usr/share/icons/lzc-client-desktop.png
36 sed -i 's|Exec=.*|Exec=lzc-client-desktop|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop
37 sed -i 's|Icon=.*|Icon=lzc-client-desktop|' ${pkgdir}/usr/share/applications/lzc-client-desktop.desktop
38
39 # remove rclone
40 rm ${pkgdir}/opt/lzc-client-desktop/rclone
41 ln -s /usr/bin/rclone ${pkgdir}/opt/lzc-client-desktop/rclone
42}
43

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Jove Yu <yushijun110 at 126 dot com>
pkgname=lazycat-cloud-client
-pkgver=2.0.19
+pkgver=2.0.21
pkgrel=1
pkgdesc='懒猫微服'
url='https://lazycat.cloud'
@@ -22,7 +22,7 @@
"lzc-client-desktop")
install='lazycat-cloud-client.install'
noextract=("lzc-client-desktop_v${pkgver}.tar.zst")
-md5sums=('29c8b9decf55877253a8e34137867f7b'
+md5sums=('a58a8356d8fdd294ffc2c696db89af67'
'b043322b2f2cfef1f7ff898ec5ae1801')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 09:14:07 MEDIUM 1
2026-07-30 00:17:23 LOW 2
2026-07-29 09:11:06 MEDIUM 1
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

Report a package

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

0 / 4000
Your suggestion