opengotha
maintainer mocramis
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official host (vannier.info), which is not on standard forges but plausibly legitimate; the content is a Java application built and installed locally, with no evidence of malicious or unverifiable code execution.
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 source archive from the project's official host (vannier.info), which is not on standard forges but plausibly legitimate; the content is a Java application built and installed locally, with no evidence of malicious or unverifiable code execution.
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:11
source=(http://vannier.info/jeux/download/opengothaV$pkgver.zip 'opengotha.desktop' 'opengotha.sh')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Remy Noel <mocramis@gmail.com>
2
3
pkgname=opengotha
4
pkgver=3.52.1
5
pkgrel=1
6
pkgdesc="Go game tournaments management program"
7
url="http://vannier.info/jeux/gotournaments/opengotha.htm"
8
arch=('any')
9
license=('GPLv2')
10
depends=(java-environment java-runtime)
11
source=(http://vannier.info/jeux/download/opengothaV$pkgver.zip 'opengotha.desktop' 'opengotha.sh')
12
sha256sums=('bd28f4796e3b4c8d342fd2ab87a878d4e1329eadf0c64967a54817fa49f60294'
13
'ca3f2c97b846c3ae2fd1fbb5f9fbdff377738780f5bd2c7948666cb529098f62'
14
'384ee5e54c3e4ee460a98b5308cb6ab13b44686b6fb29e9442f9bc9763c3e6be')
15
install=opengotha.install
16
17
package() {
18
install -D ${srcdir}/opengotha.jar ${pkgdir}/opt/${pkgname}/opengotha.jar
19
20
#TODO: Some of those copies could go in better places, but opengotha rely on those dirs
21
# being in its main directory (sepecially save files.
22
# This have the sad side-effects that it may los save files upon reinstall.
23
cp -dr --no-preserve=ownership ${srcdir}/documents ${pkgdir}/opt/${pkgname}/
24
cp -dr --no-preserve=ownership ${srcdir}/exportfiles ${pkgdir}/opt/${pkgname}/
25
chmod 777 ${pkgdir}/opt/${pkgname}/exportfiles
26
cp -dr --no-preserve=ownership ${srcdir}/gothahelp ${pkgdir}/opt/${pkgname}/
27
cp -dr --no-preserve=ownership ${srcdir}/lib ${pkgdir}/opt/${pkgname}/
28
cp -dr --no-preserve=ownership ${srcdir}/ratinglists ${pkgdir}/opt/${pkgname}/
29
chmod 777 ${pkgdir}/opt/${pkgname}/ratinglists
30
chmod a+w ${pkgdir}/opt/${pkgname}/ratinglists/*
31
cp -dr --no-preserve=ownership ${srcdir}/resources ${pkgdir}/opt/${pkgname}/
32
cp -dr --no-preserve=ownership ${srcdir}/tournamentfiles ${pkgdir}/opt/${pkgname}/
33
chmod 777 ${pkgdir}/opt/${pkgname}/tournamentfiles
34
chmod 777 ${pkgdir}/opt/${pkgname}/tournamentfiles/work
35
cp -dr --no-preserve=ownership ${srcdir}/welcomesheet ${pkgdir}/opt/${pkgname}/
36
37
38
install -D -m644 ${srcdir}/opengotha.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
39
40
install -D -m755 ${srcdir}/opengotha.sh ${pkgdir}/opt/${pkgname}/${pkgname}.sh
41
mkdir -p $pkgdir/usr/bin
42
ln -s /opt/${pkgname}/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
43
}
44
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 |