opengotha

LOW
maintainer mocramis 2 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=opengotha
4pkgver=3.52.1
5pkgrel=1
6pkgdesc="Go game tournaments management program"
7url="http://vannier.info/jeux/gotournaments/opengotha.htm"
8arch=('any')
9license=('GPLv2')
10depends=(java-environment java-runtime)
11source=(http://vannier.info/jeux/download/opengothaV$pkgver.zip 'opengotha.desktop' 'opengotha.sh')
12sha256sums=('bd28f4796e3b4c8d342fd2ab87a878d4e1329eadf0c64967a54817fa49f60294'
13 'ca3f2c97b846c3ae2fd1fbb5f9fbdff377738780f5bd2c7948666cb529098f62'
14 '384ee5e54c3e4ee460a98b5308cb6ab13b44686b6fb29e9442f9bc9763c3e6be')
15install=opengotha.install
16
17package() {
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)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