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
3pkgname=opentyrian-git
4pkgver=2.1.20221123+r4+g405e442
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

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion