vicious-orcs
maintainer keenerd
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the source code from the project's official domain (zinciland.com), which hosts the game's legitimate release; building from this source is normal AUR packaging behavior despite the non-whitelisted host.
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 package downloads the source code from the project's official domain (zinciland.com), which hosts the game's legitimate release; building from this source is normal AUR packaging behavior despite the non-whitelisted host.
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:10
source=(http://www.zincland.com/7drl/orcs/orcs$pkgver.zip)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Kyle Keen <keenerd@gmail.com>
2
pkgname=vicious-orcs
3
pkgver=001
4
pkgrel=1
5
pkgdesc="A Seven Day Roguelike written by Jeff Lait."
6
arch=('i686' 'x86_64')
7
url="http://www.zincland.com/7drl/orcs/"
8
license=('BSD')
9
depends=('libtcod' 'sdl_mixer')
10
source=(http://www.zincland.com/7drl/orcs/orcs$pkgver.zip)
11
md5sums=('7dce0344741f8c05d2459cd0a00b1e21')
12
13
build() {
14
cd "$srcdir/orcs$pkgver"
15
cd src/support/enummaker
16
make clean
17
make
18
cd ../../linux
19
../support/enummaker/enummaker ../source.txt
20
21
# paths
22
sed -i 's|../music/|/usr/share/orcs/|' ../orc.cfg
23
sed -i 's|../orc.cfg|/etc/orcs.cfg|' ../main.cpp
24
sed -i '1609i TCODConsole::setCustomFont("/usr/share/orcs/terminal.png", TCOD_FONT_LAYOUT_ASCII_INCOL | TCOD_FONT_TYPE_GREYSCALE);' ../main.cpp
25
sed -i 's|../rooms|/usr/share/orcs/rooms|' ../map.cpp
26
sed -i 's|../text.txt|/usr/share/orcs/text.txt|' ../text.cpp
27
28
# use our libs
29
sed -i 's|../lib/libtcod-1.5.0/include|/usr/include/libtcod/|' Makefile
30
sed -i 's|../lib/libtcod-1.5.0|/usr/lib/|' Makefile
31
32
# stdlib is smaller than you think
33
sed -i '28i #include <unistd.h>' ../map.cpp
34
sed -i '24i #include <stdio.h>' ../mob.cpp
35
36
# patches for libtcod 1.5.1
37
sed -i 's/setBack/setCharBackground/g' ../{firefly,gfxengine}.cpp
38
sed -i 's/setFore/setCharForeground/g' ../gfxengine.cpp
39
sed -i 's/getBack/getCharBackground/g' ../gfxengine.cpp
40
sed -i 's/getFore/getCharForeground/g' ../gfxengine.cpp
41
42
sed -i '245i myNoise[n]->setType(TCOD_NOISE_WAVELET);' ../firefly.cpp
43
sed -i '375i glbPulseNoise->setType(TCOD_NOISE_WAVELET);' ../gfxengine.cpp
44
sed -i 's/getTurbulenceWavelet/getTurbulence/g' ../{firefly,gfxengine}.cpp
45
sed -i 's/getWavelet(np)/get(np, TCOD_NOISE_WAVELET)/g' ../firefly.cpp
46
47
make clean
48
make
49
# complaints about undefined references to __sync_fetch_and_add_4 ?
50
# make --march=pentium4
51
}
52
53
package() {
54
cd "$srcdir/orcs$pkgver"
55
cd src/linux
56
install -Dm755 orc_bin "$pkgdir/usr/bin/orcs"
57
cd ../rooms
58
install -d "$pkgdir/usr/share/orcs/rooms"
59
cp *.map "$pkgdir/usr/share/orcs/rooms"
60
cd ..
61
install -Dm664 -g games orc.cfg "$pkgdir/etc/orcs.cfg"
62
install -Dm644 text.txt "$pkgdir/usr/share/orcs/text.txt"
63
cd ..
64
#install -Dm644 music/azogs_march_2.ogg "$pkgdir/usr/share/kobold/azogs_march_2.ogg"
65
install -Dm644 linux/terminal.png "$pkgdir/usr/share/orcs/terminal.png"
66
}
67
68
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 |