rune
The download from a non-standard host is a patch source for the game, not an executable payload, and the actual game binaries are taken from the user-provided CD, making the worst-case impact limited to patch integrity.
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 download from a non-standard host is a patch source for the game, not an executable payload, and the actual game binaries are taken from the user-provided CD, making the worst-case impact limited to patch integrity.
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:11
'http://icculus.org/~ravage/rune/rune-107-fix.tar.bz2')
PKGBUILD
1 offending line(s) highlightedpkgname=rune
pkgver=1.07
pkgrel=1
pkgdesc='Hack and slay game based on Norse mythology'
arch=('i686' 'x86_64')
url='http://www.lokigames.com/products/rune/'
license=('custom')
optdepends=('ossp: sound support when not using OSS natively')
install="$pkgname.install"
source=("$pkgname.desktop"
'http://icculus.org/~ravage/rune/rune-107-fix.tar.bz2')
sha256sums=('dfd474bc0c2933a71ba1a90a94d795967f39eb7c530b03f96495b580ae0e74b8'
'dd31076f171616f7146b8241eedae60a3b0aef7313a64ef07fd8e53d1df20b79')
package() {
install -d "$pkgdir/opt/$pkgname/Help" "$pkgdir/opt/$pkgname/Maps" "$pkgdir/opt/$pkgname/Meshes" "$pkgdir/opt/$pkgname/Sounds" "$pkgdir/opt/$pkgname/System" "$pkgdir/opt/$pkgname/Textures" "$pkgdir/opt/$pkgname/Web/images"
install -Dm 644 rune.desktop "$pkgdir/usr/share/applications/rune.desktop"
msg2 "Please type absolute path to mounted Rune CD (e.g. /media/cdrom)"
read rune_cd
mkdir -p "$srcdir/rune"
cd "$srcdir/rune"
tar xf "$rune_cd/data.tar.gz"
install -m 644 Help/* "$pkgdir/opt/$pkgname/Help"
install -m 644 Maps/*.run "$pkgdir/opt/$pkgname/Maps"
install -m 644 Meshes/*.ums "$pkgdir/opt/$pkgname/Meshes"
install -m 644 Sounds/*.uax "$pkgdir/opt/$pkgname/Sounds"
install -m 644 System/*.{ini,int,u,url} "$pkgdir/opt/$pkgname/System"
install -m 644 Textures/*.utx "$pkgdir/opt/$pkgname/Textures"
install -m 644 Web/*.uhtm "$pkgdir/opt/$pkgname/Web"
install -m 644 Web/images/* "$pkgdir/opt/$pkgname/Web/images"
cd "$rune_cd"
install -D -m 644 License.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -m 644 CREDITS Legal.txt License.txt README icon.bmp icon.xpm "$pkgdir/opt/$pkgname"
install -m 644 System/*.* "$pkgdir/opt/$pkgname/System"
install -m 755 System/{rune-bin,ucc,ucc-bin} "$pkgdir/opt/$pkgname/System"
install -m 755 bin/x86/rune "$pkgdir/opt/$pkgname"
cd "$srcdir"
install -m 644 RMenu.* "$pkgdir/opt/$pkgname/System"
}
# vim:set ts=2 sw=2 et:
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 |