opentyrian-git

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

The non-standard host provides a data file (tyrian21.zip) required for game assets, not executable code; the worst case is tampered assets, not remote 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The non-standard host provides a data file (tyrian21.zip) required for game assets, not executable code; the worst case is tampered assets, not remote 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:26 https://www.camanis.net/tyrian/tyrian21.zip

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2
3pkgname=opentyrian-git
4pkgver=2.1.20260913
5pkgrel=1
6epoch=1
7pkgdesc="Open-source port of the DOS shoot-em-up Tyrian"
8url="https://github.com/opentyrian/opentyrian"
9arch=(x86_64)
10license=(GPL-2.0-or-later)
11depends=(
12 glibc
13 hicolor-icon-theme
14 sdl2
15 sdl2_net
16)
17makedepends=(git)
18provides=(opentyrian)
19conflicts=(opentyrian)
20replaces=(
21 opentyrian-hg
22 opentyrian-svn
23)
24source=(
25 git+https://github.com/opentyrian/opentyrian
26 https://www.camanis.net/tyrian/tyrian21.zip
27)
28b2sums=('SKIP'
29 '6bef66fbc34a4d2d865fe7088a6942a29348153d0d10347860952a152b882fd9eef1748fbfa9fd32d030593d2f8c21e1cd227dd6ca540488ba5093b95a95fb33')
30
31prepare() {
32 cd opentyrian
33}
34
35pkgver() {
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
50build() {
51 _make all
52}
53
54package() {
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

Changes since previous scan

--- PKGBUILD @ 2026-09-14 00:27
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=opentyrian-git
-pkgver=2.1.20260912
+pkgver=2.1.20260913
pkgrel=1
epoch=1
pkgdesc="Open-source port of the DOS shoot-em-up Tyrian"
@@ -24,15 +24,12 @@
source=(
git+https://github.com/opentyrian/opentyrian
https://www.camanis.net/tyrian/tyrian21.zip
- 0001-Fix-make-install.patch
)
b2sums=('SKIP'
- '6bef66fbc34a4d2d865fe7088a6942a29348153d0d10347860952a152b882fd9eef1748fbfa9fd32d030593d2f8c21e1cd227dd6ca540488ba5093b95a95fb33'
- '1ab8c02b141786eef9adb50444dc8fcf37397b2fad991e442da85b28a8a4520ccabf0a7483a7ed8730ae054a6da12d2d97ab0c6c8dbf19c0803b1baa0387d8d0')
+ '6bef66fbc34a4d2d865fe7088a6942a29348153d0d10347860952a152b882fd9eef1748fbfa9fd32d030593d2f8c21e1cd227dd6ca540488ba5093b95a95fb33')
prepare() {
cd opentyrian
- git apply -3 ../0001-Fix-make-install.patch
}
pkgver() {

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 17:17:35 Medium 1
2026-09-14 00:27:57 Low 2
2026-09-13 17:14:56 Medium 1
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion