opentyrian2000

maintainer grawlinson · 5 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The non-standard host hosts only game assets (data files like .dat, .lvl, .shp), which are not executable and pose no code execution risk; the source code is fetched from GitHub, and the package otherwise follows standard AUR practices.

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 hosts only game assets (data files like .dat, .lvl, .shp), which are not executable and pose no code execution risk; the source code is fetched from GitHub, and the package otherwise follows standard AUR practices.

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:19 "$pkgname-$pkgver-assets.zip::https://camanis.net/tyrian/tyrian2000.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: George Rawlinson <grawlinson@archlinux.org>
2
3pkgname=opentyrian2000
4pkgver=2000.20250408
5pkgrel=1
6pkgdesc='Open Source port of the classic DOS shoot-em-up Tyrian2000'
7url='https://github.com/KScl/opentyrian2000'
8arch=('x86_64')
9# refs for asset licensing:
10# https://www.camanis.net/
11# https://web.archive.org/web/20120218200015/http://www.freewebs.com/worldtreegames
12# https://lostgarden.home.blog/2007/04/05/free-game-graphics-tyrian-ships-and-tiles/
13# https://lostgarden.home.blog/2007/03/15/lost-garden-license/
14license=('GPL-2.0-only' 'LicenseRef-Freeware')
15depends=('sdl2' 'sdl2_net' 'hicolor-icon-theme')
16makedepends=('git')
17source=(
18 "$pkgname::git+https://github.com/KScl/opentyrian2000.git#tag=v$pkgver"
19 "$pkgname-$pkgver-assets.zip::https://camanis.net/tyrian/tyrian2000.zip"
20)
21sha512sums=('b7833c76aa9c38baf8a7b7ad404a388e68e985a724cd68f072a2dea920ce4bd9e68f620a766b9afe32dc36ccbfaa754f15c5687b4d34b611f3771015572b9efd'
22 'b425b8524e408b128e249d2916597bd5bebd34ee418e3ddbe13306e1f86869eaba85db0ae5a5dbae4d477b7fec6e04e8fb292d516bba7aff96cf2795232dbfc1')
23b2sums=('a935e74ab7e0d0d453a3306a97216ce2b2ea4df14e6b9d52daceb6c5a1ea1a7121e55454cf7887878d6f762b597619499bdc00ca4b015d5a365201b0d05b2173'
24 '942ee68be24944e3d65612f323cd884e357341db42ee4ed5f487c7d1d650ab4bef98121dbdd321840bc3046f94c9491a6d777179821ba83ce0b4ad7573778aab')
25
26build() {
27 make \
28 -C "$pkgname" \
29 prefix=/usr \
30 gamesdir=/usr/share \
31 all
32}
33
34package() {
35 cd "$pkgname"
36
37 make \
38 DESTDIR="$pkgdir" \
39 prefix=/usr \
40 gamesdir=/usr/share \
41 install
42
43 # assets
44 pushd "$srcdir/tyrian2000"
45 install -vDm644 -t "$pkgdir/usr/share/$pkgname" \
46 *.dat *.lvl *.shp *.snd demo.* music.mus \
47 tyrend.anm tyrian.{cdt,hdt,pic} tshp2.pcx
48 popd
49
50 # license
51 install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING README
52}
53

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