jotasync

LOW
maintainer trixon 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=jotasync
4pkgver=0.4.1
5pkgrel=1
6pkgdesc="rsync GUI with integrated scheduler"
7arch=('any')
8url="https://trixon.se/projects/jotasync"
9license=('Apache')
10depends=('java-runtime>=8')
11makedepends=('desktop-file-utils')
12source=(
13 "https://trixon.se/files/$pkgname-$pkgver-bin.zip"
14 'jotaclient.sh'
15 'jotaserver.sh'
16 'jotasync.sh'
17 'jotasync.desktop'
18)
19sha256sums=(
20 '095ef57586e03cd65bd7dda6f48aca592bc559e9f71e6b69ab977f9797bffef2'
21 'fa3eb8adf913d5e4a72087dd99e826dedf38792ce229499c70f329a651f08f9c'
22 'a81db2e919a697669a58a119a6bcf11570422abb6f67b0f381a4b65f5246b6af'
23 '1bbbe11c32dba035dce9cd8737a9cc333a6559842d2721abcd5e5614b343c705'
24 '7a7974ee27108b9adb1496ce261f2b023067fbb2902e97d4f62ceb12c73271c7'
25)
26
27package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion