rune

LOW
maintainer webmeister 3 votes scanned 2026-09-17 00:27:14.276658
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
1pkgname=rune
2pkgver=1.07
3pkgrel=1
4pkgdesc='Hack and slay game based on Norse mythology'
5arch=('i686' 'x86_64')
6url='http://www.lokigames.com/products/rune/'
7license=('custom')
8optdepends=('ossp: sound support when not using OSS natively')
9install="$pkgname.install"
10source=("$pkgname.desktop"
11 'http://icculus.org/~ravage/rune/rune-107-fix.tar.bz2')
12sha256sums=('dfd474bc0c2933a71ba1a90a94d795967f39eb7c530b03f96495b580ae0e74b8'
13 'dd31076f171616f7146b8241eedae60a3b0aef7313a64ef07fd8e53d1df20b79')
14
15package() {
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)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