cgaserver-bin
maintainer keyboardcrash
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball and a systemd service file from the project's official domain and a GitHub Gist; the tarball is from the project's own site, which is normal for AUR packages, and the Gist-hosted service file is non-executable configuration data, so the risk from untrusted hosts is low.
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 tarball and a systemd service file from the project's official domain and a GitHub Gist; the tarball is from the project's own site, which is normal for AUR packages, and the Gist-hosted service file is non-executable configuration data, so the risk from untrusted hosts is low.
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=("https://www.classicgamingarena.com/download-cgaserver-linux-64bit-tar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pavel Miksha <miksha.rogender@gmail.com>
2
3
pkgname=cgaserver-bin
4
pkgver=4.1.2
5
pkgrel=1
6
pkgdesc="GNU/Linux dedicated server for Classic Gaming Arena."
7
arch=("x86_64")
8
url="https://www.classicgamingarena.com/"
9
license=("Unlicense")
10
11
source=("https://www.classicgamingarena.com/download-cgaserver-linux-64bit-tar"
12
"https://gist.githubusercontent.com/keyboardcrash32/d4e06e450da65aec5e60e0ecc88f0098/raw/fd84449731543643c0bfd638d49dd89860d7766a/cgaserver.service")
13
14
sha512sums=('4bfb4e2678c590378982db813341b3d612094a5fa04a9d219debe9b24ec3122cf3dcdf853079398a77d41b9c9f6432bc5b9762e2eefd6b45ae7ec019b12f2068' 'fc26a1adcb6f1ee088b095457054b0df3546dd10bf31340730e53b2fd7b85002e2385e76da6ef165c0115d068bb16845ee114414270b70712b69193d6c072e9f')
15
16
build()
17
{
18
mv download-cgaserver-linux-64bit-tar cgaserver.tar.gz
19
tar xf cgaserver.tar.gz
20
}
21
22
package()
23
{
24
install -D $srcdir/etc/cgaserver/cgaserver_default.conf $pkgdir/etc/cgaserver/cgaserver_default.conf
25
#install -D $srcdir/etc/init.d/cgaserver $pkgdir/etc/rc.d/cgaserver
26
install -D $srcdir/cgaserver.service $pkgdir/etc/systemd/system/cgaserver.service
27
install -D $srcdir/usr/lib/libts3server_linux_amd64.so $pkgdir/usr/lib/libts3server_linux_amd64.so
28
install -D $srcdir/usr/sbin/cga/server/cgaserver $pkgdir/usr/bin/cga/server/cgaserver
29
install -D $srcdir/usr/share/doc/cgaserver/changes.txt $pkgdir/usr/share/doc/cgaserver/changes.txt
30
install -D $srcdir/usr/share/doc/cgaserver/license.txt $pkgdir/usr/share/doc/cgaserver/license.txt
31
32
rm cgaserver.tar.gz
33
}
34
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 |