koules

LOW
maintainer eusebiacalvet 11 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project maintainer's personal academic website, which is plausibly legitimate; the package builds from source without executing untrusted binaries, and the worst case of a compromised host would be limited to supply-chain risks in a niche game, not active exploitation.

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 source is a tarball from the project maintainer's personal academic website, which is plausibly legitimate; the package builds from source without executing untrusted binaries, and the worst case of a compromised host would be limited to supply-chain risks in a niche game, not active exploitation.

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:12 source=(http://www.ucw.cz/~hubicka/koules/packages/$pkgname$pkgver-src.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Markus Heidelberg <markus dot heidelberg at web dot de>
2# Contributor: Gyo <nucleogeek_at_gmail_dot_com>
3pkgname=koules
4pkgver=1.4
5pkgrel=6
6pkgdesc="A fast arcade game based on fundamental law of bodies attraction"
7arch=('i686' 'x86_64')
8url="http://www.ucw.cz/~hubicka/koules/English/"
9license=('GPL')
10depends=('dialog' 'libx11' 'libxext' 'alsa-oss')
11makedepends=('imake' 'xorgproto')
12source=(http://www.ucw.cz/~hubicka/koules/packages/$pkgname$pkgver-src.tar.gz
13 $pkgname-$pkgver-gcc3.patch
14 $pkgname-$pkgver-alsa-oss.patch
15 $pkgname-$pkgver-multiple-definition.patch
16 koules.desktop)
17md5sums=('0a5ac9e57c8b72e9fc200bc98273235c'
18 'ccc92d4ab7d61ca482d30192a5ee83ec'
19 'cbb37f907f7e8726be364434b75b66a9'
20 '0efb694f178065e2fdbc98f4445d3d38'
21 'fb3cd393464214643c239ac4350f963a')
22
23prepare() {
24 cd "$srcdir/$pkgname$pkgver"
25
26 patch -p1 < "$srcdir/$pkgname-$pkgver-gcc3.patch"
27
28 rm -f oss-redir.c
29 patch -p1 < "$srcdir/$pkgname-$pkgver-alsa-oss.patch"
30
31 patch -p1 < "$srcdir/$pkgname-$pkgver-multiple-definition.patch"
32
33 # some source modifications
34 sed -i \
35 -e "/^KOULESDIR/s:=.*:=/usr/bin:" \
36 -e "/^SOUNDDIR/s:=.*:=/usr/share/$pkgname:" \
37 -e "/SYSDEFS/s:=.*:= ${CFLAGS}:" Iconfig
38 sed -i \
39 -e "s:/usr/local/bin:/usr/bin:" \
40 -e 's:exec.*tcl:exec xkoules -M "$@":' koules
41}
42
43build() {
44 cd "$srcdir/$pkgname$pkgver"
45
46 # generate makefiles, then build
47 xmkmf -a
48 make MANSRCSUFFIX=6
49}
50
51package() {
52 cd "$srcdir/$pkgname$pkgver"
53 install -Dm755 xkoules "$pkgdir/usr/bin/xkoules"
54 install -Dm755 koules "$pkgdir/usr/bin/koules"
55 install -Dm755 koules.sndsrv.linux "$pkgdir/usr/share/koules/koules.sndsrv.linux"
56 install -m644 sounds/* "$pkgdir/usr/share/koules"
57 install -Dm644 xkoules.6 "$pkgdir/usr/share/man/man6/xkoules.6"
58 install -Dm644 Koules.xpm "$pkgdir/usr/share/pixmaps/koules.xpm"
59 install -Dm644 "$srcdir/koules.desktop" "$pkgdir/usr/share/applications/koules.desktop"
60}
61

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