mcloud-electron

maintainer Yueyuri · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from a plausible project-owned host (yun.mcloud.139.com, related to China Mobile's cloud service), extracts and installs it; while the host is not on standard whitelists, it is official infrastructure for the software, and the checksums are provided and valid, reducing supply-chain risk.

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 prebuilt .deb from a plausible project-owned host (yun.mcloud.139.com, related to China Mobile's cloud service), extracts and installs it; while the host is not on standard whitelists, it is official infrastructure for the software, and the checksums are provided and valid, reducing supply-chain risk.

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:13 source=("https://yun.mcloud.139.com/mCloudPc/kylinV${kylinv}/com.cmic.mcloud_${pkgver}_amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Yueyuri <lxf74663@gmail.com>
2pkgname=mcloud-electron
3pkgver=1.1.1
4kylinv=111
5pkgrel=2
6pkgdesc="中国移动云盘"
7arch=('x86_64')
8url="https://yun.139.com/"
9license=('custom')
10depends=('qt5-base' 'qt5-multimedia')
11provides=('mcloud-bin')
12conflicts=('mcloud-bin')
13source=("https://yun.mcloud.139.com/mCloudPc/kylinV${kylinv}/com.cmic.mcloud_${pkgver}_amd64.deb"
14 "com.cmic.mcloud.desktop"
15 "mcloud-wrapper"
16 "mcloud.install")
17sha256sums=('0e28a7fe6125e32c06e27c3b7645acb3bf1e90decadc36327bbb79916aa6f4b0'
18 '21533e55013e63467e4c5be4332600b7c8a98bf9df3181e9ddc57c2bee7deb08'
19 '936047eaa11b4d572b05d33b8b63efd42cfc326833dbc71ce1fa4a697bd83f56'
20 'be4ae686e2e809ba03bd5976a0561e88a7b7b6cddee8011f486b3335c713075c')
21
22install="mcloud.install"
23
24prepare() {
25 tar -xf data.tar.xz -C "${srcdir}" --exclude="*icons_mac*"
26}
27
28package() {
29
30 install -d "${pkgdir}/opt/apps/com.cmic.mcloud"
31 cp -a "${srcdir}/opt/apps/com.cmic.mcloud/"* "${pkgdir}/opt/apps/com.cmic.mcloud/"
32
33 local _process_dir="${pkgdir}/opt/apps/com.cmic.mcloud/processes"
34 local _plugin_dir="${pkgdir}/opt/apps/com.cmic.mcloud/plugins"
35
36 rm -f "$_process_dir"/libQt5*.so*
37 rm -f "$_process_dir"/libicu*.so*
38
39 chmod -R 777 "$_process_dir"
40
41 install -Dm644 "${srcdir}/usr/share/icons/hicolor/512x512/apps/com.cmic.mcloud.png" \
42 "${pkgdir}/usr/share/icons/hicolor/512x512/apps/com.cmic.mcloud.png"
43
44 install -Dm644 "${srcdir}/com.cmic.mcloud.desktop" \
45 "${pkgdir}/usr/share/applications/com.cmic.mcloud.desktop"
46
47 install -Dm755 "${srcdir}/mcloud-wrapper" "${pkgdir}/usr/bin/mcloud"
48}
49

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 00:17:23 LOW 2
2026-07-29 03:10:20 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
2026-07-16 00:05:41 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