koules
maintainer eusebiacalvet
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
3
pkgname=koules
4
pkgver=1.4
5
pkgrel=6
6
pkgdesc="A fast arcade game based on fundamental law of bodies attraction"
7
arch=('i686' 'x86_64')
8
url="http://www.ucw.cz/~hubicka/koules/English/"
9
license=('GPL')
10
depends=('dialog' 'libx11' 'libxext' 'alsa-oss')
11
makedepends=('imake' 'xorgproto')
12
source=(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)
17
md5sums=('0a5ac9e57c8b72e9fc200bc98273235c'
18
'ccc92d4ab7d61ca482d30192a5ee83ec'
19
'cbb37f907f7e8726be364434b75b66a9'
20
'0efb694f178065e2fdbc98f4445d3d38'
21
'fb3cd393464214643c239ac4350f963a')
22
23
prepare() {
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
43
build() {
44
cd "$srcdir/$pkgname$pkgver"
45
46
# generate makefiles, then build
47
xmkmf -a
48
make MANSRCSUFFIX=6
49
}
50
51
package() {
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) | 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 |