opengotha
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
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)
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# Maintainer: Remy Noel <mocramis@gmail.com>
pkgname=opengotha
pkgver=3.52.1
pkgrel=1
pkgdesc="Go game tournaments management program"
url="http://vannier.info/jeux/gotournaments/opengotha.htm"
arch=('any')
license=('GPLv2')
depends=(java-environment java-runtime)
source=(http://vannier.info/jeux/download/opengothaV$pkgver.zip 'opengotha.desktop' 'opengotha.sh')
sha256sums=('bd28f4796e3b4c8d342fd2ab87a878d4e1329eadf0c64967a54817fa49f60294'
'ca3f2c97b846c3ae2fd1fbb5f9fbdff377738780f5bd2c7948666cb529098f62'
'384ee5e54c3e4ee460a98b5308cb6ab13b44686b6fb29e9442f9bc9763c3e6be')
install=opengotha.install
package() {
install -D ${srcdir}/opengotha.jar ${pkgdir}/opt/${pkgname}/opengotha.jar
#TODO: Some of those copies could go in better places, but opengotha rely on those dirs
# being in its main directory (sepecially save files.
# This have the sad side-effects that it may los save files upon reinstall.
cp -dr --no-preserve=ownership ${srcdir}/documents ${pkgdir}/opt/${pkgname}/
cp -dr --no-preserve=ownership ${srcdir}/exportfiles ${pkgdir}/opt/${pkgname}/
chmod 777 ${pkgdir}/opt/${pkgname}/exportfiles
cp -dr --no-preserve=ownership ${srcdir}/gothahelp ${pkgdir}/opt/${pkgname}/
cp -dr --no-preserve=ownership ${srcdir}/lib ${pkgdir}/opt/${pkgname}/
cp -dr --no-preserve=ownership ${srcdir}/ratinglists ${pkgdir}/opt/${pkgname}/
chmod 777 ${pkgdir}/opt/${pkgname}/ratinglists
chmod a+w ${pkgdir}/opt/${pkgname}/ratinglists/*
cp -dr --no-preserve=ownership ${srcdir}/resources ${pkgdir}/opt/${pkgname}/
cp -dr --no-preserve=ownership ${srcdir}/tournamentfiles ${pkgdir}/opt/${pkgname}/
chmod 777 ${pkgdir}/opt/${pkgname}/tournamentfiles
chmod 777 ${pkgdir}/opt/${pkgname}/tournamentfiles/work
cp -dr --no-preserve=ownership ${srcdir}/welcomesheet ${pkgdir}/opt/${pkgname}/
install -D -m644 ${srcdir}/opengotha.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
install -D -m755 ${srcdir}/opengotha.sh ${pkgdir}/opt/${pkgname}/${pkgname}.sh
mkdir -p $pkgdir/usr/bin
ln -s /opt/${pkgname}/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |