jotasync
maintainer trixon
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary zip from the maintainer's personal domain, but it is a legitimate Java application build artifact, and the checksums are provided and verified; the worst case of a swapped source would be code execution, but the source host is plausibly project-associated and the package otherwise follows standard AUR practices.
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 package downloads a prebuilt binary zip from the maintainer's personal domain, but it is a legitimate Java application build artifact, and the checksums are provided and verified; the worst case of a swapped source would be code execution, but the source host is plausibly project-associated and the package otherwise follows standard AUR practices.
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
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Patrik Karlström <pata.karlstrom@gmail.com>
2
3
pkgname=jotasync
4
pkgver=0.4.1
5
pkgrel=1
6
pkgdesc="rsync GUI with integrated scheduler"
7
arch=('any')
8
url="https://trixon.se/projects/jotasync"
9
license=('Apache')
10
depends=('java-runtime>=8')
11
makedepends=('desktop-file-utils')
12
source=(
13
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"
14
'jotaclient.sh'
15
'jotaserver.sh'
16
'jotasync.sh'
17
'jotasync.desktop'
18
)
19
sha256sums=(
20
'095ef57586e03cd65bd7dda6f48aca592bc559e9f71e6b69ab977f9797bffef2'
21
'fa3eb8adf913d5e4a72087dd99e826dedf38792ce229499c70f329a651f08f9c'
22
'a81db2e919a697669a58a119a6bcf11570422abb6f67b0f381a4b65f5246b6af'
23
'1bbbe11c32dba035dce9cd8737a9cc333a6559842d2721abcd5e5614b343c705'
24
'7a7974ee27108b9adb1496ce261f2b023067fbb2902e97d4f62ceb12c73271c7'
25
)
26
27
package() {
28
pushd "$srcdir/$pkgname-$pkgver"
29
30
# jars
31
install -d "$pkgdir/usr/share/java/jotasync"
32
find -name '*.jar' -execdir install -m644 {} "$pkgdir/usr/share/java/jotasync" \;
33
34
# icon
35
install -d "$pkgdir/usr/share/icons/hicolor/256x256/apps"
36
install -m644 jotasync.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/jotasync.png"
37
38
popd
39
40
# launchers
41
install -Dm755 "$srcdir/jotasync.sh" "$pkgdir/usr/bin/jotasync"
42
install -Dm755 "$srcdir/jotaclient.sh" "$pkgdir/usr/bin/jotaclient"
43
install -Dm755 "$srcdir/jotaserver.sh" "$pkgdir/usr/bin/jotaserver"
44
45
# .desktop
46
desktop-file-install $pkgname.desktop --dir "$pkgdir/usr/share/applications/"
47
48
# remove version from filename
49
mv "$pkgdir/usr/share/java/jotasync/jotasync-${pkgver}.jar" "$pkgdir/usr/share/java/jotasync/jotasync.jar"
50
}
51
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 |