opentyrian2000

LOW
maintainer grawlinson 5 votes scanned 2026-09-17 00:27:14.276658
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-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 00:27:57 Low 2
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
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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