opentyrian-git
maintainer heftig
· 40 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host provides game data (assets), not executable code, and is used to bundle required assets; the source code is from the official GitHub repository, and the data is installed as static files, posing no execution risk.
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 non-standard host provides game data (assets), not executable code, and is used to bundle required assets; the source code is from the official GitHub repository, and the data is installed as static files, posing no execution risk.
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:26
https://www.camanis.net/tyrian/tyrian21.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2
3
pkgname=opentyrian-git
4
pkgver=2.1.20221123+r4+g405e442
5
pkgrel=1
6
epoch=1
7
pkgdesc="Open-source port of the DOS shoot-em-up Tyrian"
8
url="https://github.com/opentyrian/opentyrian"
9
arch=(x86_64)
10
license=(GPL-2.0-or-later)
11
depends=(
12
glibc
13
hicolor-icon-theme
14
sdl2
15
sdl2_net
16
)
17
makedepends=(git)
18
provides=(opentyrian)
19
conflicts=(opentyrian)
20
replaces=(
21
opentyrian-hg
22
opentyrian-svn
23
)
24
source=(
25
git+https://github.com/opentyrian/opentyrian
26
https://www.camanis.net/tyrian/tyrian21.zip
27
)
28
b2sums=('SKIP'
29
'6bef66fbc34a4d2d865fe7088a6942a29348153d0d10347860952a152b882fd9eef1748fbfa9fd32d030593d2f8c21e1cd227dd6ca540488ba5093b95a95fb33')
30
31
prepare() {
32
cd opentyrian
33
}
34
35
pkgver() {
36
git -C opentyrian describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
37
}
38
39
_make() {
40
local make_options=(
41
-C "$srcdir/opentyrian"
42
prefix=/usr
43
OPENTYRIAN_VERSION="$pkgver-$pkgrel"
44
VCS_IDREV=false
45
)
46
47
make "${make_options[@]}" "$@"
48
}
49
50
build() {
51
_make all
52
}
53
54
package() {
55
_make DESTDIR="$pkgdir" install
56
install -Dm644 -t "$pkgdir/usr/share/games/tyrian" \
57
tyrian21/{*.{dat,lvl,shp,snd},demo.*,music.mus,tyrend.anm,tyrian.{cdt,hdt,pic},tshp2.pcx}
58
}
59
60
# vim:set sw=2 sts=-1 et:
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 |