jago
maintainer dreieck
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file from the project's official SourceForge site and a small shell script from ix.io, both with valid checksums; the script is a simple wrapper to launch the JAR, posing no execution risk beyond normal Java application behavior.
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 JAR file from the project's official SourceForge site and a small shell script from ix.io, both with valid checksums; the script is a simple wrapper to launch the JAR, posing no execution risk beyond normal Java application behavior.
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:17
"jago.sh::http://ix.io/1UeH"
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: dreieck
2
#Contributor: Joerg Schuck
3
#Contributor: Wenzhi Liang
4
pkgname=jago
5
pkgver=6.2
6
pkgrel=2
7
pkgdesc="a SGF viewer + an IGS client + GMP client"
8
url="http://jagoclient.sourceforge.net/"
9
arch=('any')
10
license=('GPL2')
11
depends=(
12
"java-environment"
13
"desktop-file-utils"
14
)
15
source=(
16
"http://jagoclient.sourceforge.net/jago.jar"
17
"jago.sh::http://ix.io/1UeH"
18
"jago.png"
19
"jago.desktop"
20
)
21
noextract=(jago.jar)
22
options=(!strip)
23
install=jago.install
24
25
sha256sums=('6200ffa1ba04b323046c7fb87d293c6f686c10795d3a02f733213cf10c99d4c7'
26
'75187d608f84582d65becbe35579c0655d918d2660fe424b972acfed8ed12572'
27
'd62858c2397d84d4d76baf751b45940d845a619a67b3798b07b9149a8a106329'
28
'0ea0635e53a3b86177889719db1257ee34f44ea946a8bc013973afe6bc51491f')
29
30
package() {
31
cd "${srcdir}"
32
install -D -m644 jago.jar "${pkgdir}/usr/share/java/jago/jago.jar"
33
install -D -m644 jago.png "${pkgdir}/usr/share/pixmaps/jago.png"
34
install -D -m644 jago.desktop "${pkgdir}/usr/share/applications/jago.desktop"
35
install -D -m755 jago.sh "${pkgdir}/usr/bin/jago"
36
}
37
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 |