rune
maintainer webmeister
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:11
'http://icculus.org/~ravage/rune/rune-107-fix.tar.bz2')
PKGBUILD
1 offending line(s) highlighted
1
pkgname=rune
2
pkgver=1.07
3
pkgrel=1
4
pkgdesc='Hack and slay game based on Norse mythology'
5
arch=('i686' 'x86_64')
6
url='http://www.lokigames.com/products/rune/'
7
license=('custom')
8
optdepends=('ossp: sound support when not using OSS natively')
9
install="$pkgname.install"
10
source=("$pkgname.desktop"
11
'http://icculus.org/~ravage/rune/rune-107-fix.tar.bz2')
12
sha256sums=('dfd474bc0c2933a71ba1a90a94d795967f39eb7c530b03f96495b580ae0e74b8'
13
'dd31076f171616f7146b8241eedae60a3b0aef7313a64ef07fd8e53d1df20b79')
14
15
package() {
16
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"
17
18
install -Dm 644 rune.desktop "$pkgdir/usr/share/applications/rune.desktop"
19
20
msg2 "Please type absolute path to mounted Rune CD (e.g. /media/cdrom)"
21
read rune_cd
22
mkdir -p "$srcdir/rune"
23
cd "$srcdir/rune"
24
tar xf "$rune_cd/data.tar.gz"
25
install -m 644 Help/* "$pkgdir/opt/$pkgname/Help"
26
install -m 644 Maps/*.run "$pkgdir/opt/$pkgname/Maps"
27
install -m 644 Meshes/*.ums "$pkgdir/opt/$pkgname/Meshes"
28
install -m 644 Sounds/*.uax "$pkgdir/opt/$pkgname/Sounds"
29
install -m 644 System/*.{ini,int,u,url} "$pkgdir/opt/$pkgname/System"
30
install -m 644 Textures/*.utx "$pkgdir/opt/$pkgname/Textures"
31
install -m 644 Web/*.uhtm "$pkgdir/opt/$pkgname/Web"
32
install -m 644 Web/images/* "$pkgdir/opt/$pkgname/Web/images"
33
34
cd "$rune_cd"
35
install -D -m 644 License.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
install -m 644 CREDITS Legal.txt License.txt README icon.bmp icon.xpm "$pkgdir/opt/$pkgname"
37
install -m 644 System/*.* "$pkgdir/opt/$pkgname/System"
38
install -m 755 System/{rune-bin,ucc,ucc-bin} "$pkgdir/opt/$pkgname/System"
39
install -m 755 bin/x86/rune "$pkgdir/opt/$pkgname"
40
41
cd "$srcdir"
42
install -m 644 RMenu.* "$pkgdir/opt/$pkgname/System"
43
}
44
45
# vim:set ts=2 sw=2 et:
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |