cloudme-sync
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
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")
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# Maintainer: Yushin Washio <yuwash at yandex dot com>
pkgname='cloudme-sync'
pkgver=1.9.8_1.2
pkgrel=1
pkgdesc='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.'
arch=('i686' 'x86_64')
url='https://www.cloudme.com'
license=('LGPL')
depends=('qt5-tools>=5.3.0' 'libgnome-keyring')
_arch='i386'
[ "$CARCH" = "x86_64" ] && _arch='amd64'
source=("https://www.cloudme.com/downloads/cloudme-sync_${pkgver//_/-}_${_arch}.deb")
md5sums=('3073c8ac70b7dd0d6956b5009c826a57')
[ "$CARCH" = "x86_64" ] &&
md5sums=('15e6f13a455e8ba16c5c4ccf20361b1c')
package() {
cd $srcdir
ar x *.deb
bsdtar xf data.tar.gz -C $pkgdir
}
Scan 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 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 |