filecloudsync

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

The package downloads a prebuilt binary (filecloudsync_linux_amd64.zip) from patch.codelathe.com, which is a subdomain of codelathe.com — the company behind FileCloud (formerly Tonido/CodeLathe). This is the vendor's own patch/update distribution host, not a random personal or third-party host. The sha256 checksum is present and pinned, which mitigates MITM risk. However, the binary is a closed-source proprietary executable installed to /opt and run directly, sourced from a non-primary vendor subdomain rather than a canonical release page. This is a legitimate vendor binary with a checksum, but the non-standard subdomain (patch.codelathe.com rather than a GitHub release or primary download page) and the fact that it's a prebuilt binary with no source verification beyond the hash keeps this at medium rather than clean. The maintainer email matches the vendor domain, further supporting legitimacy. Overall this is a borderline medium: real supply-chain concern due to prebuilt binary from a vendor subdomain, but not clearly malicious.

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:14 source_x86_64=("filecloudsync_${pkgver}_linux_amd64.zip::http://patch.codelathe.com/tonido/live/installer/x86-linux/filecloudsync_linux_amd64.zip" 'FileCloud.desktop' 'LICENSE')
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary (filecloudsync_linux_amd64.zip) from patch.codelathe.com, which is a subdomain of codelathe.com — the company behind FileCloud (formerly Tonido/CodeLathe). This is the vendor's own patch/update distribution host, not a random personal or third-party host. The sha256 checksum is present and pinned, which mitigates MITM risk. However, the binary is a closed-source proprietary executable installed to /opt and run directly, sourced from a non-primary vendor subdomain rather than a canonical release page. This is a legitimate vendor binary with a checksum, but the non-standard subdomain (patch.codelathe.com rather than a GitHub release or primary download page) and the fact that it's a prebuilt binary with no source verification beyond the hash keeps this at medium rather than clean. The maintainer email matches the vendor domain, further supporting legitimacy. Overall this is a borderline medium: real supply-chain concern due to prebuilt binary from a vendor subdomain, but not clearly malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: CodeLathe <itservices@codelathe.com>
2# Contributor: CodeLathe <itservices@codelathe.com>
3
4pkgname=filecloudsync
5pkgver=21.3.3.7527
6pkgrel=1
7pkgdesc="FileCloud Sync for Linux: targeted for Ubuntu (12.04 and higher). Uses GTK2."
8arch=('x86_64')
9url="https://www.filecloud.com/additional-downloads"
10license=('proprietary')
11depends=('libdbusmenu-gtk2' 'libpng12' 'openssl-1.0' 'wxgtk2')
12
13#https://bugs.archlinux.org/task/65042
14source_x86_64=("filecloudsync_${pkgver}_linux_amd64.zip::http://patch.codelathe.com/tonido/live/installer/x86-linux/filecloudsync_linux_amd64.zip" 'FileCloud.desktop' 'LICENSE')
15
16sha256sums_x86_64=('99c914317fc13dbee9a5778b8a85b45f499ea6ef3b7d2885c99237cfc012befe'
17 '90db80ec4ca61283e5ed09a300df55a3aa87be7b7fbf53a6ee0be8d71cfa8d75'
18 'a397573d54734349929b3572875577073c3aeab6d9e4d6dbae4400a6954a61ed')
19install=${pkgname}.install
20
21package() {
22 cd "$srcdir/"
23 install -dm751 "$pkgdir/opt/filecloudsync"
24 install -Dm644 -t "$pkgdir/opt/filecloudsync" lib*
25 install -Dm644 -t "$pkgdir/opt/filecloudsync" *.{png,pem}
26 install -Dm644 -t "$pkgdir/opt/filecloudsync" translationsdc.zip
27 install -Dm755 -t "$pkgdir/opt/filecloudsync" filecloudsync
28 install -Dm644 -t "$pkgdir/opt/filecloudsync" filecloudsynccon
29 install -Dm755 -t "$pkgdir/opt/filecloudsync" filecloudsyncstart.sh
30 install -Dm644 -t "$pkgdir/usr/share/applications/" FileCloud.desktop
31 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
32 install -d "$pkgdir/usr/bin"
33 sed -i 's|\./filecloudsync 2> /dev/null 1>&2|/opt/filecloudsync/filecloudsync|' "$pkgdir/opt/filecloudsync/filecloudsyncstart.sh"
34 sed -i 's|export LD_LIBRARY_PATH=\.|export LD_LIBRARY_PATH=/opt/filecloudsync/|' "$pkgdir/opt/filecloudsync/filecloudsyncstart.sh"
35 ln -s "/opt/filecloudsync/filecloudsyncstart.sh" "$pkgdir/usr/bin/filecloudsyncstart.sh"
36 ln -s "/opt/filecloudsync/filecloudsync" "$pkgdir/usr/bin/filecloudsync"
37}
38
39

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