cloudme-sync

MEDIUM
maintainer orphaned 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

This PKGBUILD downloads a prebuilt binary .deb from cloudme.com (the official vendor domain) and installs it directly without any source build. The binary is executed/installed on the user's system. While cloudme.com is the legitimate upstream vendor, installing prebuilt closed-source binaries from any external host carries inherent supply-chain risk — if the host is compromised or the binary is swapped, the static MD5 checksum (which is cryptographically weak) provides limited protection. Additionally, the checksum logic is broken: the x86_64 md5sums assignment uses a bare statement after a newline following `&&`, meaning the x86_64 checksum may not actually override the i386 one correctly in all bash/makepkg contexts, potentially causing checksum mismatches or silent failures. The package is a legitimate vendor sync client, not piracy or malware, but the combination of a prebuilt binary install, weak MD5 integrity check, and potentially broken architecture-conditional checksum logic justifies a medium rating.

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:13 source=("https://www.cloudme.com/downloads/cloudme-sync_${pkgver//_/-}_${_arch}.deb")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary .deb from cloudme.com (the official vendor domain) and installs it directly without any source build. The binary is executed/installed on the user's system. While cloudme.com is the legitimate upstream vendor, installing prebuilt closed-source binaries from any external host carries inherent supply-chain risk — if the host is compromised or the binary is swapped, the static MD5 checksum (which is cryptographically weak) provides limited protection. Additionally, the checksum logic is broken: the x86_64 md5sums assignment uses a bare statement after a newline following `&&`, meaning the x86_64 checksum may not actually override the i386 one correctly in all bash/makepkg contexts, potentially causing checksum mismatches or silent failures. The package is a legitimate vendor sync client, not piracy or malware, but the combination of a prebuilt binary install, weak MD5 integrity check, and potentially broken architecture-conditional checksum logic justifies a medium rating.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Yushin Washio <yuwash at yandex dot com>
2
3pkgname='cloudme-sync'
4pkgver=1.9.8_1.2
5pkgrel=1
6pkgdesc='The CloudMe Sync software for Linux, integrates the CloudMe service with your computer. It enables syncing of multiple folders, sharing and accessing all followed folders.'
7arch=('i686' 'x86_64')
8url='https://www.cloudme.com'
9license=('LGPL')
10depends=('qt5-tools>=5.3.0' 'libgnome-keyring')
11_arch='i386'
12[ "$CARCH" = "x86_64" ] && _arch='amd64'
13source=("https://www.cloudme.com/downloads/cloudme-sync_${pkgver//_/-}_${_arch}.deb")
14
15md5sums=('3073c8ac70b7dd0d6956b5009c826a57')
16
17[ "$CARCH" = "x86_64" ] &&
18md5sums=('15e6f13a455e8ba16c5c4ccf20361b1c')
19
20package() {
21 cd $srcdir
22
23 ar x *.deb
24 bsdtar xf data.tar.gz -C $pkgdir
25}
26

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