syncany
maintainer aureianimus
· 17 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (syncany.org), used to build and install the application; despite the host not being whitelisted, it is plausibly the project's own, and the package installs only static Java binaries and scripts without executing remote code.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain (syncany.org), used to build and install the application; despite the host not being whitelisted, it is plausibly the project's own, and the package installs only static Java binaries and scripts without executing remote code.
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:12
source=("http://syncany.org/dist/$pkgname-${_realver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pim Otte <otte dot pim at gmail dot com>
2
pkgname=syncany
3
pkgver=0.4.9_alpha
4
_realver=0.4.9-alpha
5
pkgrel=1
6
pkgdesc="Cloud storage and filesharing application with a focus on security and abstraction of storage."
7
arch=(any)
8
url="http://www.syncany.org/"
9
license=('GPL3')
10
depends=('java-environment>=8' 'sh')
11
optdepends=('bash-completion: auto completion in bash')
12
source=("http://syncany.org/dist/$pkgname-${_realver}.tar.gz"
13
)
14
sha256sums=('4632ecc7df58e7bae5f9ac16a49c069ee63fd43418f37c463388650a71cb04c2')
15
16
package() {
17
install -Dm644 "$srcdir/$pkgname-${_realver}/bash/syncany.bash-completion" "${pkgdir}/etc/bash_completion.d/syncany"
18
19
cd "$srcdir/$pkgname-${_realver}/man/man"
20
for man in *
21
do
22
install -Dm644 "$man" "${pkgdir}/usr/share/man/man1/$man"
23
install -Dm644 "$man" "${pkgdir}/usr/share/man/man1/${man/sy/syncany}"
24
done
25
26
27
install -Dm755 "$srcdir/$pkgname-${_realver}/bin/syncany" "${pkgdir}/usr/share/java/${pkgname}/bin/syncany"
28
cd "$srcdir/$pkgname-${_realver}/lib"
29
30
for jar in *
31
do
32
install -Dm644 "$jar" "${pkgdir}/usr/share/java/${pkgname}/lib/$jar"
33
done
34
35
mkdir -p "${pkgdir}/usr/bin"
36
ln -s "/usr/share/java/${pkgname}/bin/syncany" "${pkgdir}/usr/bin/syncany"
37
38
39
#Optional: symlink sy
40
#ln -s "/usr/share/java/${pkgname}/bin/syncany" "${pkgdir}/usr/bin/sy"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |