opentyrian2000
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
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)
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# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=opentyrian2000
pkgver=2000.20250408
pkgrel=1
pkgdesc='Open Source port of the classic DOS shoot-em-up Tyrian2000'
url='https://github.com/KScl/opentyrian2000'
arch=('x86_64')
# refs for asset licensing:
# https://www.camanis.net/
# https://web.archive.org/web/20120218200015/http://www.freewebs.com/worldtreegames
# https://lostgarden.home.blog/2007/04/05/free-game-graphics-tyrian-ships-and-tiles/
# https://lostgarden.home.blog/2007/03/15/lost-garden-license/
license=('GPL-2.0-only' 'LicenseRef-Freeware')
depends=('sdl2' 'sdl2_net' 'hicolor-icon-theme')
makedepends=('git')
source=(
"$pkgname::git+https://github.com/KScl/opentyrian2000.git#tag=v$pkgver"
"$pkgname-$pkgver-assets.zip::https://camanis.net/tyrian/tyrian2000.zip"
)
sha512sums=('b7833c76aa9c38baf8a7b7ad404a388e68e985a724cd68f072a2dea920ce4bd9e68f620a766b9afe32dc36ccbfaa754f15c5687b4d34b611f3771015572b9efd'
'b425b8524e408b128e249d2916597bd5bebd34ee418e3ddbe13306e1f86869eaba85db0ae5a5dbae4d477b7fec6e04e8fb292d516bba7aff96cf2795232dbfc1')
b2sums=('a935e74ab7e0d0d453a3306a97216ce2b2ea4df14e6b9d52daceb6c5a1ea1a7121e55454cf7887878d6f762b597619499bdc00ca4b015d5a365201b0d05b2173'
'942ee68be24944e3d65612f323cd884e357341db42ee4ed5f487c7d1d650ab4bef98121dbdd321840bc3046f94c9491a6d777179821ba83ce0b4ad7573778aab')
build() {
make \
-C "$pkgname" \
prefix=/usr \
gamesdir=/usr/share \
all
}
package() {
cd "$pkgname"
make \
DESTDIR="$pkgdir" \
prefix=/usr \
gamesdir=/usr/share \
install
# assets
pushd "$srcdir/tyrian2000"
install -vDm644 -t "$pkgdir/usr/share/$pkgname" \
*.dat *.lvl *.shp *.snd demo.* music.mus \
tyrend.anm tyrian.{cdt,hdt,pic} tshp2.pcx
popd
# license
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING README
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |